Exemplo n.º 1
0
 public CreateFolder(CloudFiles file, NewFileOption option)
 {
     InitializeComponent();
     this.file    = file;
     label1.Text  = "파일 명 : ";
     tb_PATH.Text = file.Item.Path;
     this.option  = option;
 }
Exemplo n.º 2
0
 public CreateFolder(DriveInfo drive, AllFolder folder, string parentid, NewFileOption option)
 {
     InitializeComponent();
     this.drive    = drive;
     this.folder   = folder;
     this.parentid = parentid;
     this.option   = option;
 }