Exemplo n.º 1
0
 public void DoClearBatchs(object param = null)
 {
     navigateTree.Nodes.Clear();
     this.OnItemSelectChanged(this, new TEventArg <RadTreeNode>(null));
     navigateTree.Refresh();
     TmpGC.EmptyRubbish();
 }
Exemplo n.º 2
0
 private static void Main()
 {
     Application.EnableVisualStyles();
     Application.SetCompatibleTextRenderingDefault(false);
     new TestFormMain().ShowDialog();
     TmpGC.EmptyRubbish();
 }
Exemplo n.º 3
0
 public void EmptyRubbish()
 {
     TmpGC.EmptyRubbish();
 }