blob: 16adc6040580581bfe12b863fdf38e0dc12fe8ce [file] [log] [blame]
private string s = "";
public int Amount
{
get
{
;
}
set
{
;
}
}
public EventHandler MyCustomEventHandler
{
add
{
;
}
remove
{
;
}
}
public this[string index]
{
get;
set;
}
private string s2 = "";