예제 #1
0
		public static bool TrySave(string path, ResursLicenseInfo licenseInfo, InitialKey key)
		{
			return _manager.TrySave(path, licenseInfo, key);
		}
예제 #2
0
		public static ResursLicenseInfo TryLoad(string path, InitialKey key)
		{
			return _manager.TryLoad(path, key);
		}