コード例 #1
0
 public MissingFolderDialog(Lib.Config.SyncConfig.Folder f) : this()
 {
     this.f = f;
     this.lblLocalPath.Text  = f.LocalPath;
     this.lblRemotePath.Text = f.RemotePath;
 }
コード例 #2
0
 public MissingFolderDialog(Lib.Config.SyncConfig.Folder f) : this()
 {
     this.f = f;
     this.lblLocalPath.Text = f.LocalPath;
     this.lblRemotePath.Text = f.RemotePath;
 }