Пример #1
0
        protected override void Nested_LoadDataFromDataSource()
        {
            CustomerHandler h = new CustomerHandler();

            _current = h.GetElementById(m_IdShowedObject.ToString()) as Customer;

            if (_current == null)
            {
                throw new Exception("Contatto non trovato");
            }
        }