Example #1
0
        private void txtDAG_TextChanged(object sender, EventArgs e)
        {
            LIST_DAControl ctr = new LIST_DAControl();

            lbgroup.Text = ctr.Get(txtDAG.Text, ref _sErr).NAME;
        }