Interaction logic for UserPromptWindowContent.xaml
Inheritance: System.Windows.Controls.UserControl
Ejemplo n.º 1
0
 private UserPromptWindow(Options options) : base(options.Title)
 {
     ViewModel = new UserPromptWindowViewModel(this, options);
     Content   = new UserPromptWindowContent {
         DataContext = ViewModel
     };
 }
 private UserPromptWindow(Options options) : base(options.Title)
 {
     ViewModel = new UserPromptWindowViewModel(this, options);
     Content = new UserPromptWindowContent { DataContext = ViewModel };
 }