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