Пример #1
0
 void ReleaseDesignerOutlets()
 {
     if (aboutPanel != null) {
         aboutPanel.Dispose ();
         aboutPanel = null;
     }
 }
Пример #2
0
 void ReleaseDesignerOutlets()
 {
     if (aboutPanel != null)
     {
         aboutPanel.Dispose();
         aboutPanel = null;
     }
 }