Inheritance: SilverlightTest
Ejemplo n.º 1
0
        public void DefaultMethods()
        {
            UserControlPoker uc = new UserControlPoker();

            ControlTest.CheckDefaultMethods(uc);
        }
Ejemplo n.º 2
0
        public void DefaultMethods()
        {
            ContentControl cc = new ContentControl();

            ControlTest.CheckDefaultMethods(cc);
        }