Binarysharp.MemoryManagement.Windows.WindowFactory.WindowFactory C# (CSharp) Méthode

WindowFactory() private méthode

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