コード例 #1
0
ファイル: MainForm.cs プロジェクト: JBTech/MailSystem.NET
		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);
			
		}
コード例 #2
0
ファイル: MainForm.cs プロジェクト: isaachogue/Archived
        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);
        }