コード例 #1
0
ファイル: LicenseManager.cs プロジェクト: xbadcode/Rubezh
		public static bool TrySave(string path, ResursLicenseInfo licenseInfo, InitialKey key)
		{
			return _manager.TrySave(path, licenseInfo, key);
		}
コード例 #2
0
ファイル: LicenseManager.cs プロジェクト: xbadcode/Rubezh
		public static ResursLicenseInfo TryLoad(string path, InitialKey key)
		{
			return _manager.TryLoad(path, key);
		}