コード例 #1
0
ファイル: Session.cs プロジェクト: sbiaudet/qi-dotnet
 public Session()
 {
     this._handle = SessionNative.Create();
 }