Esempio n. 1
0
 private void OnActionStarted(object sender, OnActionStartEventArg e)
 {
     if (OnActionStart != null)
     {
         OnActionStart(sender, e);
     }
 }
 private void OnActionStarted(object sender, OnActionStartEventArg e)
 {
     _recordWorker.ReportProgress(10, e);
 }
 private void OnActionStart(object sender, OnActionStartEventArg e)
 {
     this.loadingControl1.MessageToShow = e.Message;
 }