Esempio n. 1
0
        private void FSup_Load(object sender, System.EventArgs e)
        {
            dlt.ObjOptional = true;
            dlt.SetCombo(this.Dlt_e_parent);

            tdbgui.GUIsta sta = new tdbgui.GUIsta();
            sta.ObjTyp = tdb.StatusTypes.stadlt;
            sta.SetCombo(this.Dlt_e_sta);
        }
Esempio n. 2
0
File: FSup.cs Progetto: oeli/yafra
        private void FSup_Load(object sender, System.EventArgs e)
        {
            dlt.ObjOptional = true;
            dlt.SetCombo(this.Dlt_e_parent);

            tdbgui.GUIsta sta = new tdbgui.GUIsta();
            sta.ObjTyp = tdb.StatusTypes.stadlt;
            sta.SetCombo(this.Dlt_e_sta);
        }