Beispiel #1
0
 internal override void Activate()
 {
     Deleting();
     w = InfoWindow.Create(Title, Text, ImageUrl, ActionName, Action);
 }