예제 #1
0
 /// <summary>
 /// Displays the dialog and adds it to the parent window's
 /// child list
 /// </summary>
 /// <param name="parent">The parent window</param>
 public void Show(UIWidget parent)
 {
     parent.AddChild(this);
 }
예제 #2
0
 /// <summary>
 /// Displays the dialog and adds it to the parent window's
 /// child list
 /// </summary>
 /// <param name="parent">The parent window</param>
 public void Show(UIWidget parent)
 {
     parent.AddChild(this);
 }