Binarysharp.MemoryManagement.Windows.WindowFactory.WindowFactory C# (CSharp) Method

WindowFactory() private method

Initializes a new instance of the WindowFactory class.
private WindowFactory ( MemorySharp memorySharp ) : System
memorySharp MemorySharp The reference of the object.
return System
        internal WindowFactory(MemorySharp memorySharp)
        {
            // Save the parameter
            _memorySharp = memorySharp;
        }