C# Класс Yuhan.WPF.Login.ViewModels.LoginEventArgs

Наследование: System.EventArgs
Показать файл Открыть проект

Открытые методы

Метод Описание
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