C# 클래스 HELPS.LogOnActivity

상속: Android.App.Activity
파일 보기 프로젝트 열기: HamzaTariq95/HELPSProject

보호된 메소드들

메소드 설명
OnCreate ( Bundle bundle ) : void

비공개 메소드들

메소드 설명
LogIn ( string studentID, string password ) : System.Threading.Tasks.Task
SendToUtsResetPassword ( ) : void
ShowAboutHelps ( ) : void
ShowFailAlert ( ) : void
ShowProgressDialog ( Android.App.ProgressDialog progressDialog, bool show ) : void
SplitRow ( string Row ) : List
currentUTSStudent ( string studentID, string password ) : bool
registeredAtHELPS ( string studentID ) : Task
studentIdFoundInUTSDatabase ( string studentID, string password ) : bool

메소드 상세

OnCreate() 보호된 메소드

protected OnCreate ( Bundle bundle ) : void
bundle Bundle
리턴 void