Пример #1
0
 public AMessageKeyboard(IAWindow window)
 {
     Window = window;
 }
Пример #2
0
 /// <summary>
 ///     Initializes a new instance of a child of the <see cref="ASendInputMouse" /> class.
 /// </summary>
 /// <param name="window">The reference of the <see cref="IAWindow" /> object.</param>
 public ASendInputMouse(IAWindow window)
 {
     Window = window;
 }