C# 클래스 SandBox_CSharp.AccountData

파일 보기 프로젝트 열기: hipolipolopigus/SkyNet_Old

공개 메소드들

메소드 설명
AccountData ( string Name, string PasswordHash ) : System
Login ( string Password ) : byte

메소드 상세

AccountData() 공개 메소드

public AccountData ( string Name, string PasswordHash ) : System
Name string
PasswordHash string
리턴 System

Login() 공개 메소드

public Login ( string Password ) : byte
Password string
리턴 byte