コード例 #1
0
ファイル: RemoteControl.cs プロジェクト: AliC/Lawnmowers
 public void Send(string instructions)
 {
     _mower.Navigate(instructions);
 }