コード例 #1
0
 public void ExpressionEntry(string text)
 {
     calculatorWindow.SetFocus();
     inputSimulator.Keyboard.TextEntry(text);
 }