Ejemplo n.º 1
0
        private void _copier_FileCopyingStartedEvent(object sender, FileCopyingStartedEventArgs e)
        {
            lblResult.Text = e.Message;

            //To refresh label's text on the UI
            RefreshUI();
        }
Ejemplo n.º 2
0
 private void _copier_FileCopyingStartedEvent(object sender, FileCopyingStartedEventArgs e)
 {
     lblResult.Text = e.Message;
     Application.DoEvents();
 }