Example #1
0
 public TC(string path)
 {
     LPanel = new Panel.Panel(path);
     RPanel = new Panel.Panel(path);
     Copy   = new Copy.Copy();
 }
Example #2
0
 public TC()
 {
     LPanel = new Panel.Panel(Directory.GetCurrentDirectory());
     RPanel = new Panel.Panel(Directory.GetCurrentDirectory());
     Copy   = new Copy.Copy();
 }