Exemple #1
0
        private void OnRuleMatch(object sender, TestRuleRuleMatchEventArgs e)
        {
            base.WriteObject(e.Rule);
            TestPswaAuthorizationRuleCommand testPswaAuthorizationRuleCommand = this;

            testPswaAuthorizationRuleCommand.matches = testPswaAuthorizationRuleCommand.matches + 1;
        }
		private void OnRuleMatch(object sender, TestRuleRuleMatchEventArgs e)
		{
			base.WriteObject(e.Rule);
			TestPswaAuthorizationRuleCommand testPswaAuthorizationRuleCommand = this;
			testPswaAuthorizationRuleCommand.matches = testPswaAuthorizationRuleCommand.matches + 1;
		}