Exemplo n.º 1
0
 void OnBtnCreateNew()
 {
     if (targetObject != null)
     {
         targetObject.CreateNew();
     }
 }