コード例 #1
0
ファイル: Activity1.cs プロジェクト: nagyistge/GlassPrompter
 public GestureDetectorImpl(Activity1 parent)
 {
     this.parent = parent;
 }
コード例 #2
0
ファイル: Activity1.cs プロジェクト: nagyistge/GlassPrompter
 public SpeechRecognitionListener(Activity1 parent)
 {
     this.parent = parent;
 }