コード例 #1
0
 public void Dispose()
 {
     if (control != null)
     {
         control.Dispose();
         control = null;
     }
 }
コード例 #2
0
 public ThemedDockingGuidesTemplate()
 {
     control = new DockingGuidesControl();
     control.LoadElementTree();
 }