Ejemplo n.º 1
0
        private void frmAddSupplier_Load(object sender, EventArgs e)
        {
            loadKV();
            string maNCCLast = supBus.getMaNCCLast();
            string MaNCC     = SetIDAutomatic.getIDAutomatic3(maNCCLast);

            txtMa.Text     = MaNCC;
            txtMa.ReadOnly = true;
        }