Exemplo n.º 1
0
 public HelpWindow(MainWindow mw)
 {
     InitializeComponent();
     HelpView();
     Owner = mw;
 }
Exemplo n.º 2
0
 public IntroduceMyself(MainWindow mw)
 {
     InitializeComponent();
     Owner = mw;
 }
 public MMDAgentCommandReferenceWindow(MainWindow mw)
 {
     InitializeComponent();
     Owner = mw;
 }
Exemplo n.º 4
0
 public opacityChooser(MainWindow mw)
 {
     InitializeComponent();
     this.mw = mw;
 }
 public SearchWindow(MainWindow mw)
 {
     InitializeComponent();
     InitFolderPathTextbox();
     Owner = mw;
 }