|
@@ -42,13 +42,18 @@ namespace OTSMeasureApp
|
|
|
combox_NlogType.Items.Add("Error");
|
|
|
combox_NlogType.Items.Add("Fatal");
|
|
|
combox_NlogType.SelectedIndex = 0;
|
|
|
-
|
|
|
+
|
|
|
|
|
|
//国际
|
|
|
//string aa=this.Name;
|
|
|
//lan = new OTSCommon.Language(this);
|
|
|
//table = lan.GetNameTable(this.Name);
|
|
|
//button_Clear.Text = table["button_clear"].ToString();
|
|
|
+
|
|
|
+ //this.BeginInvoke(new Action(() => {
|
|
|
+ // this.Hide();
|
|
|
+ // this.Opacity = 1;
|
|
|
+ //}));
|
|
|
}
|
|
|
|
|
|
private void button_Test_Click(object sender, EventArgs e)
|