Ejemplo n.º 1
0
 void WidgetWhosContentsPopOutIsClosing()
 {
     if (PopedOutSystemWindow != null)
     {
         SaveSizeAndPosition();
         PopedOutSystemWindow.CloseAndRemoveAllChildren();
         PopedOutSystemWindow.Close();
     }
 }