示例#1
0
文件: Profile.cs 项目: 0xF6/EmotivSDK
 public Profile()
 {
     this.hProfile = EdkDll.EE_ProfileEventCreate();
     EdkDll.EE_GetBaseProfile(this.hProfile);
 }