前田稔(Maeda Minoru)の超初心者のプログラム入門
![]()
![]()
private void Link1_Click(object sender, EventArgs e)
{
System.Diagnostics.Process.Start("http://www.eonet.ne.jp/~maeda/index.html");
}
|
private void Link2_Click(object sender, EventArgs e)
{
System.Diagnostics.Process.Start("https://www.google.co.jp/");
Application.Exit();
}
|
![]()