Binarysharp.MemoryManagement.Windows.Keyboard.BaseKeyboard.BaseKeyboard C# (CSharp) Method

BaseKeyboard() protected method

Initializes a new instance of a child of the BaseKeyboard class.
protected BaseKeyboard ( RemoteWindow window ) : System
window RemoteWindow The reference of the object.
return System
        protected BaseKeyboard(RemoteWindow window)
        {
            // Save the parameter
            Window = window;
        }
        #endregion