예제 #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;
     }
 }