System.Tests.TestClass3.UseTestEvent3 C# (CSharp) Method

UseTestEvent3() public method

public UseTestEvent3 ( ) : void
return void
        public void UseTestEvent3() // just to avoid a build warning
        {
            if (TestEvent3 != null)
            {
                TestEvent3(this, TestField3);
            }
        }
    }