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