Ejemplo n.º 1
0
        public void Reset()
        {
            if (Wrapper.Children.Length > 0)
            {
                Wrapper.Remove(Wrapper.Children [0]);
            }

            foreach (Button button in Buttons)
            {
                Buttons.Remove(button);
            }

            ShowAll();
        }
Ejemplo n.º 2
0
        public void Reset()
        {
            Header      = "";
            Description = "";

            if (Wrapper.Children.Length > 0)
            {
                Wrapper.Remove(Wrapper.Children [0]);
            }

            foreach (Button button in Buttons)
            {
                Buttons.Remove(button);
            }

            ShowAll();
        }