Terraria v1.4.4.9
Terraria source code documentation
Loading...
Searching...
No Matches

◆ GetSavedLicenseKey()

override? string System.ComponentModel.Design.DesigntimeLicenseContext.GetSavedLicenseKey ( Type type,
Assembly? resourceAssembly )
inlinevirtual

Reimplemented from System.ComponentModel.LicenseContext.

Definition at line 12 of file DesigntimeLicenseContext.cs.

13 {
14 return null;
15 }