예제 #1
0
파일: Profile.cs 프로젝트: 0xF6/EmotivSDK
 public Profile()
 {
     this.hProfile = EdkDll.EE_ProfileEventCreate();
     EdkDll.EE_GetBaseProfile(this.hProfile);
 }