Zetbox.API.Server.Mocks.TestObjClassImpl.TestMethod C# (CSharp) 메소드

TestMethod() 공개 메소드

public TestMethod ( System DateTimeParamForTestMethod ) : void
DateTimeParamForTestMethod System
리턴 void
        public virtual void TestMethod(System.DateTime DateTimeParamForTestMethod)
        {
            if (OnTestMethod_TestObjClass != null)
            {
                OnTestMethod_TestObjClass(this, DateTimeParamForTestMethod);
            };
        }