2 references to Send
System.Windows.Forms (2)
System\Windows\Forms\SendKeys\SendKeys.cs (2)
900
public static void Send(string keys) =>
Send
(keys, null, false);
983
Send
(keys, control, true);