Explorar o código

修改 关于 界面 输出显示

CXS %!s(int64=3) %!d(string=hai) anos
pai
achega
01c22879e0
Modificáronse 1 ficheiros con 1 adicións e 1 borrados
  1. 1 1
      OTSIncAMeasureApp/About.cs

+ 1 - 1
OTSIncAMeasureApp/About.cs

@@ -20,7 +20,7 @@ namespace OTSMeasureApp
         private void About_Load(object sender, EventArgs e)
         {
 
-            richTextBox1.Text = "Version Current : 2.1";
+            richTextBox1.Text = "Version : 2.1";
             richTextBox1.Select(0, richTextBox1.Text.Length);
             //richTextBox1.SelectionColor = Color.DarkBlue;
             richTextBox1.SelectionAlignment = HorizontalAlignment.Center;