Exemplo n.º 1
0
 void OnNeedShowProperty(NeedShowPropertyEventArgs e)
 {
     if (NeedShowProperty != null)
     {
         NeedShowProperty(this, e);
     }
 }
Exemplo n.º 2
0
 void cp_NeedShowProperty(object sender, NeedShowPropertyEventArgs e)
 {
     OnNeedShowProperty(e);
 }