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