Exemplo n.º 1
0
 public void CreateDialogSetup()
 {
     m_SelectedChoice = 0;
     m_Set            = new DialogSetup();
     m_Set.AddElement(new Choice("Continue"));
 }
Exemplo n.º 2
0
 /// <summary>
 /// 更新记录
 /// </summary>
 private void Release_Click(object sender, RoutedEventArgs e)
 {
     DialogSetup.SetupDialog(GetDialogInfo.ReleaseNotes);
 }