Esempio n. 1
0
 public MissingFolderDialog(Lib.Config.SyncConfig.Folder f) : this()
 {
     this.f = f;
     this.lblLocalPath.Text  = f.LocalPath;
     this.lblRemotePath.Text = f.RemotePath;
 }
Esempio n. 2
0
 public MissingFolderDialog(Lib.Config.SyncConfig.Folder f) : this()
 {
     this.f = f;
     this.lblLocalPath.Text = f.LocalPath;
     this.lblRemotePath.Text = f.RemotePath;
 }