コード例 #1
0
ファイル: Context.cs プロジェクト: librg/librg-csharp
 public bool IsServer()
 {
     return(Native.librg_is_server(_ctx));
 }