Exemple #1
0
 private void WidgetWithPopContentIsClosing()
 {
     if (systemWindowWithPopContent != null)
     {
         SaveSizeAndPosition();
         systemWindowWithPopContent.CloseAllChildren();
         systemWindowWithPopContent.Close();
     }
 }
 private void WidgetWhosContentsPopOutIsClosing()
 {
     if (PopedOutSystemWindow != null)
     {
         SaveSizeAndPosition();
         PopedOutSystemWindow.CloseAllChildren();
         PopedOutSystemWindow.Close();
     }
 }