コード例 #1
0
 //Would have to pass it a window so it can tell the window when to delete or add it
 public catalogEntry(MainWindow newWindow)
 {
     InitializeComponent();
     _newWindow = newWindow;
     _helpers = new Helpers();
 }
コード例 #2
0
 public void setMainWindow(MainWindow main)
 {
     mainWindow = main;
 }