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