Beispiel #1
0
 //# __________ PROTOCOL :: CONSTRUCTOR __________ #//
 public VmApplication()
     : base()
 {
     _nest = new VmNestPanels(this);
 }
Beispiel #2
0
 public void Clear()
 {
     _mainPanel = null;
     _informationPanel = null;
     _nest = new VmNestPanels(this);
 }