private void Dlt_e_sel_Click(object sender, System.EventArgs e) { tdbgui.GUIcat cat = new tdbgui.GUIcat(); SelForm Fsel = new SelForm(); cat.Sel(Fsel.GetLV); Fsel.Accept += new EventHandler(Dlt_e_sel_Return); Fsel.ShowDialog(this); }
public FCat() { // // Required for Windows Form Designer support // InitializeComponent(); // // TODO: Add any constructor code after InitializeComponent call // cat = new tdbgui.GUIcat(); ishost = false; }