Beispiel #1
0
 /// <summary>
 /// Opens the credential window
 /// </summary>
 public static void LaunchCredWindow()
 {
     LaunchCredentialWindow.Invoke(new CredWindow());
 }
Beispiel #2
0
 /// <summary>
 /// Opens the credentials window
 /// </summary>
 /// <param name="sender"></param>
 /// <param name="e"></param>
 private void MenuItemLoginClick(object sender, RoutedEventArgs e)
 {
     LaunchCredentialWindow.Invoke(new CredWindow());
 }