Exemplo n.º 1
0
 public FileCopyDialog()
 {
     InitializeComponent();
     _copierEx = new FileCopierEx();
     _copierEx.CopyProgress += CopierExCopyProgress;
 }
Exemplo n.º 2
0
 public FileCopyDialog()
 {
     InitializeComponent();
     _copierEx = new FileCopierEx();
     _copierEx.CopyProgress += CopierExCopyProgress;
 }