Ejemplo n.º 1
0
 public VmMainPanel GetMainPanel()
 {
     if( _mainPanel == null )
     {
         _mainPanel = new VmMainPanel();
         _mainPanel.InitializeComponents();
     }
     return _mainPanel;
 }
Ejemplo n.º 2
0
 public void Clear()
 {
     _mainPanel = null;
     _informationPanel = null;
     _nest = new VmNestPanels(this);
 }