CCT.NUI.HandTracking.Persistence.TestFrameRepository.TestFrameRepository C# (CSharp) Method

TestFrameRepository() public method

public TestFrameRepository ( ) : System
return System
        public TestFrameRepository()
        {
            this.serializer = new XmlSerializer(typeof(TestFrameEntity));
        }