62,244
社区成员




public class test {
private string oo;
public string Oo
{
get { return oo; }
set { oo = value; }
}
//two class
public class op {
private string o;
public string O
{
get { return o; }
set { o = value; }
}
}
}
可以定义的