Ejemplo n.º 1
0
        private void b()
        {
            HudView underlying = ((View)this.a).Underlying;

            underlying.set_UserMinimizable(false);
            underlying.set_UserGhostable(false);
            underlying.set_UserAlphaChangeable(false);
            underlying.set_ShowInBar(false);
            underlying.set_ForcedZOrder(10);
        }