Exemplo n.º 1
0
        public void ShowPanel(QPanel Panel)
        {
            controller.LockForPanel();

            this.Panel = Panel;

            Panel.Focus();
        }