コード例 #1
0
 internal static void Set(AppLicense type)
 {
     _appLicense = type;
 }
コード例 #2
0
 public AppLicenseDto(AppLicense license, bool isValid)
 {
     IsValid = isValid;
     License = license;
 }
コード例 #3
0
ファイル: AppAlert.cs プロジェクト: WhistMo/OneTap_MITBBS
 public AppAlert(AppLicense license, AppInfo appInfo)
 {
     _license = license;
     _appInfo = appInfo;
 }
コード例 #4
0
ファイル: AppReminder.cs プロジェクト: WhistMo/OneTap_MITBBS
 public AppReminder(AppLicense license, AppInfo appInfo)
 {
     License = license;
     AppInfo = appInfo;
 }