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