Example #1
0
 private void btnExec_Click(object sender, EventArgs e)
 {
     lblStartTimeValue.Text = DateTime.Now.ToString();
     stealer.InitDestPath   = txtDestDir.Text;
     stealer.Read(txtSrcDir.Text);
     lblEndTimeValue.Text = DateTime.Now.ToString();
 }
Example #2
0
 private void Exec(string sourcePath)
 {
     stealer.InitDestPath = Init_Dest_Path;
     stealer.Read(sourcePath);
 }