Exemplo n.º 1
0
 public static void Show(this UIElement element, int duration)
 {
     UIElementExtensions.Show(element, duration, null);
 }
Exemplo n.º 2
0
 public static void Show(this UIElement element)
 {
     UIElementExtensions.Show(element, 0, null);
 }