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

            r.TestProtectedStuff();
        }
예제 #2
0
파일: RegexCas.cs 프로젝트: nlhepler/mono
		public void Protected_Deny_Unrestricted ()
		{
			TestRegex r = new TestRegex ();
			r.TestProtectedStuff ();
		}