Example #1
0
 public FileCopyDialog()
 {
     InitializeComponent();
     _copierEx = new FileCopierEx();
     _copierEx.CopyProgress += CopierExCopyProgress;
 }
 public FileCopyDialog()
 {
     InitializeComponent();
     _copierEx = new FileCopierEx();
     _copierEx.CopyProgress += CopierExCopyProgress;
 }