Exemplo 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);
        }
Exemplo n.º 2
0
Arquivo: FSup.cs Projeto: 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);
        }