Ejemplo n.º 1
0
 private void FCat_Load(object sender, System.EventArgs e)
 {
     cat.ObjOptional = true;
     cat.SetCombo(this.Kat_e_parent);
     tdbgui.GUIsuptype supt = new tdbgui.GUIsuptype();
     supt.SetCombo(this.Kat_e_dltt);
 }
Ejemplo n.º 2
0
        public FSupType()
        {
            //
            // Required for Windows Form Designer support
            //
            InitializeComponent();

            //
            // TODO: Add any constructor code after InitializeComponent call
            //
            dltt = new tdbgui.GUIsuptype();
            ishost = false;
        }
Ejemplo n.º 3
0
        public FSupType()
        {
            //
            // Required for Windows Form Designer support
            //
            InitializeComponent();

            //
            // TODO: Add any constructor code after InitializeComponent call
            //
            dltt   = new tdbgui.GUIsuptype();
            ishost = false;
        }
Ejemplo n.º 4
0
Archivo: FCat.cs Proyecto: oeli/yafra
 private void FCat_Load(object sender, System.EventArgs e)
 {
     cat.ObjOptional = true;
     cat.SetCombo(this.Kat_e_parent);
     tdbgui.GUIsuptype supt = new tdbgui.GUIsuptype();
     supt.SetCombo(this.Kat_e_dltt);
 }