Esempio n. 1
0
 /// <summary>
 /// Creates an instance of the <see cref="RadDesktopAlert"/> class.
 /// </summary>
 public RadDesktopAlert()
 {
     this.popup = this.CreatePopup();
     this.WireEvents();
 }
Esempio n. 2
0
 public RadDesktopAlert()
 {
     this.dpiScaleElement = new RadElement();
     this.popup           = this.CreatePopup();
     this.WireEvents();
 }