System.Tests.TestClass3.UseTestEvent3 C# (CSharp) 메소드

UseTestEvent3() 공개 메소드

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