public FormVIEWKOTAEXPRESS(MASTER.FormTARIF _frm, string namaField, int _type)
        {
            InitializeComponent();
            this.frm = _frm;
            type = _type;
            if (type == 1)
            {
                this.frm = _frm;
            }

            _namaField = namaField; ;
            LOAD_DATA();
        }
Exemplo n.º 2
0
        public FormVIEWKOTAEXPRESS(MASTER.FormTARIF _frm, string namaField, int _type)
        {
            InitializeComponent();
            this.frm = _frm;
            type     = _type;
            if (type == 1)
            {
                this.frm = _frm;
            }

            _namaField = namaField;;
            LOAD_DATA();
        }