예제 #1
0
파일: KeyView.cs 프로젝트: slagusev/Krea
 public void init(AppRemoteController controllerParent)
 {
     this.controllerParent = controllerParent;
 }
예제 #2
0
 public void init(AppRemoteController mainController)
 {
     this.mainController = mainController;
 }