Пример #1
0
 public void InvokeRenderTree()
 {
     if (RenderTree != null)
     {
         RenderTree.Invoke();
     }
 }