Example #1
0
 public VmInformationPanel GetInformationPanel()
 {
     if( _informationPanel == null )
     {
         _informationPanel = new VmInformationPanel();
         _informationPanel.InitializeComponents();
     }
     return _informationPanel;
 }
Example #2
0
 public void Clear()
 {
     _mainPanel = null;
     _informationPanel = null;
     _nest = new VmNestPanels(this);
 }