
求问.....
------解决方案--------------------
class MyLabel : Label
{
private string title;
public string Title
{
get { return title; }
}
}
------解决方案--------------------
up

------解决方案--------------------
class MyLabel:Label
{
private string title;
public string Title
{
get { return title; }
}
}