Exemplo n.º 1
0
 private void button1_Click(object sender, EventArgs e)
 {
     调试字符串.Test test = new 调试字符串.Test();
     MessageBox.Show(test.GetDebug(), LangSet.Lang.RM.GetString("Prompt"),
         MessageBoxButtons.YesNo, MessageBoxIcon.Information);
 }
Exemplo n.º 2
0
 private void button1_Click(object sender, EventArgs e)
 {
     调试字符串.Test test = new 调试字符串.Test();
     MessageBox.Show(test.GetDebug(), LangSet.Lang.RM.GetString("Prompt"),
                     MessageBoxButtons.YesNo, MessageBoxIcon.Information);
 }