示例#1
0
 public bool QuitSystem()
 {
     try
     {
         SystemUser.Logout();
     }
     catch
     {
     }
     return(true);
 }