public AboutPrompt()
 {
     MyControl = new AboutPromptUserControl();
     MyControl.DataContext = this;
 }
Beispiel #2
0
 public AboutPrompt()
 {
     MyControl             = new AboutPromptUserControl();
     MyControl.DataContext = this;
 }