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