コード例 #1
0
ファイル: LoginService.cs プロジェクト: MichaelJava95/Other
 public LoginService() {
     loginstat = 0;
     userdata = new MemberData();
 }