示例#1
0
文件: KeyView.cs 项目: nadar71/Krea
 public void init(AppRemoteController controllerParent)
 {
     this.controllerParent = controllerParent;
 }
示例#2
0
 public void init(AppRemoteController mainController)
 {
     this.mainController = mainController;
 }