Example #1
0
        public void Protected_Deny_Unrestricted()
        {
            TestRegex r = new TestRegex();

            r.TestProtectedStuff();
        }
Example #2
0
		public void Protected_Deny_Unrestricted ()
		{
			TestRegex r = new TestRegex ();
			r.TestProtectedStuff ();
		}