예제 #1
0
 /// <summary>
 /// Creates a dialog window that uses a custom dialog style.
 /// </summary>
 /// <param name="theme">Dialog theme</param>
 public AN_Dialog(AN_DialogTheme theme)
 {
     m_id      = SA_IdFactory.RandomString;
     m_themeId = (int)theme;
 }
예제 #2
0
 /// <summary>
 /// Creates a dialog window that uses a custom dialog style.
 /// </summary>
 /// <param name="theme">Dialog theme</param>
 public AN_AlertDialog(AN_DialogTheme theme) : base(theme)
 {
 }