C# 클래스 Yuhan.WPF.Login.ViewModels.LoginEventArgs

상속: System.EventArgs
파일 보기 프로젝트 열기: hansuky/Yuhan

공개 메소드들

메소드 설명
LoginEventArgs ( String userId, System.Boolean success = true, Exception ex = null ) : System

메소드 상세

LoginEventArgs() 공개 메소드

public LoginEventArgs ( String userId, System.Boolean success = true, Exception ex = null ) : System
userId String
success System.Boolean
ex System.Exception
리턴 System