コード例 #1
0
 static NativePlatform()
 {
     #if WIN32
     s_default = new Win32Platform();
     #else
     s_default = new PosixPlatform();
     #endif
 }
コード例 #2
0
ファイル: NativePlatform.cs プロジェクト: scottwis/tiny
 static NativePlatform()
 {
     #if WIN32
         s_default = new Win32Platform();
     #else
         s_default = new PosixPlatform();
     #endif
 }