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

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