コード例 #1
0
 private void FrmLogin_FormClosed(object sender, FormClosedEventArgs e)
 {
     Common_Func.UserLogout();
     Application.Exit();
 }