コード例 #1
0
ファイル: Form1.cs プロジェクト: quinnInChina/Mutil-Language
 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);
 }
コード例 #2
0
ファイル: Form1.cs プロジェクト: return001/Mutil-Language
 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);
 }