示例#1
0
 public void OnContentRendered(object sender, EventArgs e)
 {
     if (welcomeDialogue != null)
     {
         welcomeDialogue.Left = Left + Width + 30;
         welcomeDialogue.Top  = Top + Height / 2 - welcomeDialogue.Height / 2;
         welcomeDialogue.Show();
     }
 }
 public void OnContentRendered(object sender, EventArgs e)
 {
     if (hai != null)
     {
         hai.Left = Left + Width + 30;
         hai.Top  = Top + Height / 2 - hai.Height / 2;
         hai.Show();
     }
 }