예제 #1
0
 public void FMPShower()
 {
     this.FMP = new FolderMonitorProgress(this);
     this.FMP.ShowDialog();
     this.FMP = null;
 }
예제 #2
0
 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;
 }