Exemplo n.º 1
0
 /// <summary>
 /// Creates a new instance of an AlertDialogStyle with style.
 /// The given style is copied to the new instance.
 /// </summary>
 /// <param name="style">Create AlertDialogStyle by style customized by user.</param>
 /// <since_tizen> 9 </since_tizen>
 public AlertDialogStyle(AlertDialogStyle style) : base(style)
 {
 }
Exemplo n.º 2
0
 /// <summary>
 /// Creates a new instance of AlertDialog.
 /// </summary>
 /// <param name="alertDialogStyle">Creates AlertDialog by style customized by user.</param>
 /// <since_tizen> 9 </since_tizen>
 public AlertDialog(AlertDialogStyle alertDialogStyle) : base(alertDialogStyle)
 {
     Initialize();
 }