Interaction logic for TerminalServerManagerWindowContent.xaml
Inheritance: System.Windows.Controls.UserControl
Ejemplo n.º 1
0
 private WindowsCredentialsChooserWindow(Instance instance, Options options) : base(options.Title)
 {
     ViewModel = new WindowsCredentialsChooserViewModel(instance, options, this);
     Content   = new WindowsCredentialsChooserWindowContent {
         DataContext = ViewModel
     };
 }
 private WindowsCredentialsChooserWindow(Instance instance, Options options) : base(options.Title)
 {
     ViewModel = new WindowsCredentialsChooserViewModel(instance, options, this);
     Content = new WindowsCredentialsChooserWindowContent { DataContext = ViewModel };
 }