//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(); }
public void setMainWindow(MainWindow main) { mainWindow = main; }