Zetbox.API.Server.Mocks.TestObjClassImpl.TestMethod C# (CSharp) Method

TestMethod() public method

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