C# Class BetterExplorer.Networks.AccountAuthWindow.LoginRoutedEventArgs

Inheritance: System.Windows.RoutedEventArgs
显示文件 Open project: Gainedge/BetterExplorer Class Usage Examples

Public Methods

Method Description
LoginRoutedEventArgs ( System.Windows.RoutedEvent RoutedEvent, string username, string password ) : System

Method Details

LoginRoutedEventArgs() public method

public LoginRoutedEventArgs ( System.Windows.RoutedEvent RoutedEvent, string username, string password ) : System
RoutedEvent System.Windows.RoutedEvent
username string
password string
return System