Exemple #1
0
        void nextID()
        {
            int ID = sections.GetMaxID() + 1;

            this.txtSecID.Text = ID.ToString();
        }