コード例 #1
0
 private void btnExit_Click(object sender, EventArgs e)
 {
     this.Hide();
     LoginWinform.getForm().Show();
 }