Exemplo n.º 1
0
 public virtual void onPop(object sender, EventArgs e)
 {
     if (Content != null)
     {
         Content.Visible = true;
         if (Content.Parent == null)
         {
             CurrentInterface.AddWidget(Content);
         }
         CurrentInterface.PutOnTop(Content);
         _content_LayoutChanged(this, new LayoutingEventArgs(LayoutingType.Sizing));
     }
     Pop.Raise(this, e);
 }