Esempio n. 1
0
 public static void Hide(this ISupportsContainer e)
 {
     e.Show(false);
 }
Esempio n. 2
0
        // javascript DOM will not reflect the latest position
        // within the same callstack

        public static void Show(this ISupportsContainer e)
        {
            e.Show(true);
        }