Ejemplo n.º 1
0
 private void CleanLeft()
 {
     if (_leftHost != null)
     {
         LeftCol.Children.Remove(_leftHost);
         _leftHost.Reset();
         _leftHost = null;
     }
 }
Ejemplo n.º 2
0
 private void CleanRight()
 {
     if (_rightHost != null)
     {
         RightCol.Children.Remove(_rightHost);
         _rightHost.Reset();
         _rightHost = null;
     }
 }