Пример #1
0
 private void OnWillRenderObject()
 {
     if (GenClass != null)
     {
         GenClass.OnWillRenderObject();
     }
 }