System.Tests.TestClass2.UseTestEvent2 C# (CSharp) 메소드

UseTestEvent2() 공개 메소드

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