コード例 #1
0
ファイル: Config.cs プロジェクト: asceth/synapi
 public Config()
 {
     if ((int)System.Environment.OSVersion.Platform == 128)
     {
         Platform = BasePlatform.Platform_Linux;
     }
     else
     {
         Platform = BasePlatform.Platform_Windows;
     }
 }
コード例 #2
0
ファイル: Config.cs プロジェクト: asceth/synapi
 public Config()
 {
     if ((int)System.Environment.OSVersion.Platform == 128)
     {
         Platform = BasePlatform.Platform_Linux;
     }
     else
     {
         Platform = BasePlatform.Platform_Windows;
     }
 }