Ejemplo n.º 1
0
        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);
        }
Ejemplo n.º 2
0
        public FCat()
        {
            //
            // Required for Windows Form Designer support
            //
            InitializeComponent();

            //
            // TODO: Add any constructor code after InitializeComponent call
            //
            cat    = new tdbgui.GUIcat();
            ishost = false;
        }
Ejemplo n.º 3
0
Archivo: FCat.cs Proyecto: oeli/yafra
        public FCat()
        {
            //
            // Required for Windows Form Designer support
            //
            InitializeComponent();

            //
            // TODO: Add any constructor code after InitializeComponent call
            //
            cat = new tdbgui.GUIcat();
            ishost = false;
        }
Ejemplo n.º 4
0
Archivo: FSup.cs Proyecto: oeli/yafra
 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);
 }