BetterExplorer.Networks.AccountAuthWindow.LoginRoutedEventArgs.LoginRoutedEventArgs C# (CSharp) Méthode

LoginRoutedEventArgs() public méthode

public LoginRoutedEventArgs ( System.Windows.RoutedEvent RoutedEvent, string username, string password ) : System
RoutedEvent System.Windows.RoutedEvent
username string
password string
Résultat System
			public LoginRoutedEventArgs(RoutedEvent RoutedEvent, string username, string password) {
				base.RoutedEvent = RoutedEvent;
				Username = username;
				Password = password;
			}
AccountAuthWindow.LoginRoutedEventArgs