System.Tests.TestClass2.UseTestEvent2 C# (CSharp) Method

UseTestEvent2() public method

public UseTestEvent2 ( ) : void
return void
        public void UseTestEvent2() // just to avoid a build warning
        {
            if (TestEvent2 != null)
            {
                TestEvent2(this, TestField2);
            }
        }
    }