コード例 #1
0
ファイル: MainForm.cs プロジェクト: hcchappy/MySystemInfo
        public MainForm()
        {
            InitializeComponent();

            textBox1.Text = Resources.MainForm_Loading;
            textBox1.Text = InfoUtil.GetOsInformation();
        }
コード例 #2
0
ファイル: MainForm.cs プロジェクト: hcchappy/MySystemInfo
 private void button1_Click(object sender, EventArgs e)
 {
     textBox1.Text = Resources.MainForm_Loading;
     textBox1.Text = InfoUtil.GetOsInformation();
 }