Ejemplo n.º 1
0
        /// <summary>
        /// Сохранить изменения
        /// </summary>
        public void Change(IViewAddClient view, string oldnum)
        {
            Client cl;

            cl = CreateClient(view);
            if (flag == true)
            {
                try
                {
                    my.ChangeClient(cl, oldnum);
                }
                catch (Exception e) { MessageBox.Show(e.Message); }
            }
        }