Пример #1
0
 public void SetSentence(string sentenceDefintion)
 {
     BondCodeControlButton.Click();
     Delay.Seconds(1);
     BondCodeControlButton.PressKeys(sentenceDefintion);
     PressKeys("{enter}");
 }
Пример #2
0
 public void SetBond(string bondDefintion)
 {
     BondCodeControlButton.Click();
     Delay.Seconds(1);
     BondCodeControlButton.PressKeys(bondDefintion);
     PressKeys("{enter}");
 }