private void OnErrorOperation(object sender, ErrorServiceOperationEventArgs e) { MessageBox.Show(string.Format("Error when executing operation {0} : {1}",e.Operation.ToString(),e.Exception.Message),"ActiveQManager",MessageBoxButtons.OK,MessageBoxIcon.Error); EnableDisableMenuService(_serviceOperation.ServiceController); }
private void OnErrorOperation(object sender, ErrorServiceOperationEventArgs e) { MessageBox.Show(string.Format("Error when executing operation {0} : {1}", e.Operation.ToString(), e.Exception.Message), "ActiveQManager", MessageBoxButtons.OK, MessageBoxIcon.Error); EnableDisableMenuService(_serviceOperation.ServiceController); }