Beispiel #1
0
        public void ClearActivePanel( )
        {
            IPanel ipanel = activePanel as IPanel;

            ipanel.ClearResource( );
        }