Пример #1
0
 public void Show(UIElement button)
 {
     Shown          = true;
     icon.Visible   = false;
     window.Visible = true;
     Alert          = false;
     parent.ReorderIcons();
 }