public HelpWindow(MainWindow mw) { InitializeComponent(); HelpView(); Owner = mw; }
public IntroduceMyself(MainWindow mw) { InitializeComponent(); Owner = mw; }
public MMDAgentCommandReferenceWindow(MainWindow mw) { InitializeComponent(); Owner = mw; }
public opacityChooser(MainWindow mw) { InitializeComponent(); this.mw = mw; }
public SearchWindow(MainWindow mw) { InitializeComponent(); InitFolderPathTextbox(); Owner = mw; }