コード例 #1
0
ファイル: MobileDevice.cs プロジェクト: GreySyntax/Alpine
 private MobileDevice(int mode, Verbrosity flags)
 {
     mMode = (DeviceMode)mode;
     mType = (Verbrosity)flags;
 }
コード例 #2
0
ファイル: MobileDevice.cs プロジェクト: eandrade/libra1n
 public MobileDevice(int mode, Verbrosity flags)
 {
     mMode = (DeviceMode)mode;
      //   mType = (Verbrosity)flags;
 }