コード例 #1
0
 public void buttonWasPressed()
 {
     slot.execute();
 }
コード例 #2
0
ファイル: DeviceButton.cs プロジェクト: daria-mih/DPR
 public void press()
 {
     c.execute();
 }
コード例 #3
0
 public void doIt()
 {
     what.execute();
 }