mirror of
https://github.com/vdemydiuk/mtapi.git
synced 2026-07-31 20:47:51 +00:00
Added MtErrorCode used in MtExecutionException
This commit is contained in:
Generated
+1
@@ -275,6 +275,7 @@
|
||||
this.listBoxEventLog.Name = "listBoxEventLog";
|
||||
this.listBoxEventLog.Size = new System.Drawing.Size(690, 82);
|
||||
this.listBoxEventLog.TabIndex = 14;
|
||||
this.listBoxEventLog.MouseDoubleClick += new System.Windows.Forms.MouseEventHandler(this.listBoxEventLog_MouseDoubleClick);
|
||||
//
|
||||
// tabControl1
|
||||
//
|
||||
|
||||
@@ -976,5 +976,10 @@ namespace TestApiClientUI
|
||||
addToLog(result);
|
||||
}
|
||||
}
|
||||
|
||||
private void listBoxEventLog_MouseDoubleClick(object sender, MouseEventArgs e)
|
||||
{
|
||||
listBoxEventLog.Items.Clear();
|
||||
}
|
||||
}
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user