예제 #1
0
 public CPanel(int left, int top, int width, int height)
 {
     this.top    = top;
     this.left   = left;
     this.width  = width;
     this.height = height;
     N           = height - 8;
     path        = CCommon.GetFirstAvaibleDrivePath();
     RefreshPathFiles();
 }