public void FMPShower()
 {
     this.FMP = new FolderMonitorProgress(this);
     this.FMP.ShowDialog();
     this.FMP = null;
 }
Exemple #2
0
 public void FMPShower()
 {
     this.FMP = new FolderMonitorProgress(this);
     this.FMP.ShowDialog();
     this.FMP = null;
 }
Exemple #3
0
 private void FmpShower()
 {
     progressDialog = new FolderMonitorProgress(this);
     progressDialog.ShowDialog();
     progressDialog = null;
 }