public MainWindow()
 {
     InitializeComponent();
     PL = new Plist();
     PL.MW = this;
 }
示例#2
0
 public MainWindow()
 {
     InitializeComponent();
     PL    = new Plist();
     PL.MW = this;
 }