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