コード例 #1
0
 public void FMPShower()
 {
     this.FMP = new FolderMonitorProgress(this);
     this.FMP.ShowDialog();
     this.FMP = null;
 }
コード例 #2
0
ファイル: FolderMonitor.cs プロジェクト: knackwurst/tvrename
 public void FMPShower()
 {
     this.FMP = new FolderMonitorProgress(this);
     this.FMP.ShowDialog();
     this.FMP = null;
 }
コード例 #3
0
 private void FmpShower()
 {
     progressDialog = new FolderMonitorProgress(this);
     progressDialog.ShowDialog();
     progressDialog = null;
 }