Exemplo n.º 1
0
 static AuthenticationDialogViewModel()
 {
     DialogFactory.Register(typeof(AuthenticationDialogViewModel), typeof(AuthenticationDialogWindow));
 }
Exemplo n.º 2
0
 static MessageDialogViewModel()
 {
     DialogFactory.Register(typeof(MessageDialogViewModel), typeof(MessageDialogWindow));
 }
 static PasswordInputDialogViewModel()
 {
     DialogFactory.Register(typeof(PasswordInputDialogViewModel), typeof(PasswordInputDialogWindow));
 }
Exemplo n.º 4
0
 static ConfirmDialogViewModel()
 {
     DialogFactory.Register(typeof(ConfirmDialogViewModel), typeof(ConfirmationDialogWindow));
 }