Interaction logic for MainWindow.xaml
Inheritance: System.Windows.Window
Example #1
0
 public void setParent(MainWindow win)
 {
     this.win = win;
 }
Example #2
0
 public void setParent(MainWindow par)
 {
     this.win = par;
 }
Example #3
0
 public void setParent(MainWindow par)
 {
     this.win = par;
 }