Terraria v1.4.4.9
Terraria source code documentation
Loading...
Searching...
No Matches
FrameworkUIResources.cs
Go to the documentation of this file.
8
10
11[GeneratedCode("System.Resources.Tools.StronglyTypedResourceBuilder", "4.0.0.0")]
12[DebuggerNonUserCode]
13[CompilerGenerated]
15{
17
19
20 [EditorBrowsable(EditorBrowsableState.Advanced)]
22 {
23 get
24 {
25 if (object.ReferenceEquals(resourceMan, null))
26 {
27 ResourceManager resourceManager = new ResourceManager("Microsoft.Xna.Framework.FrameworkUIResources", typeof(FrameworkUIResources).Assembly);
28 resourceMan = resourceManager;
29 }
30 return resourceMan;
31 }
32 }
33
34 [EditorBrowsable(EditorBrowsableState.Advanced)]
35 internal static CultureInfo Culture
36 {
37 get
38 {
39 return resourceCulture;
40 }
41 set
42 {
43 resourceCulture = value;
44 }
45 }
46
47 internal static string GamerServicesOkButton => ResourceManager.GetString("GamerServicesOkButton", resourceCulture);
48
49 internal static string GamerServicesCancelButton => ResourceManager.GetString("GamerServicesCancelButton", resourceCulture);
50
51 [SuppressMessage("Microsoft.Performance", "CA1811:AvoidUncalledPrivateCode")]
53 {
54 }
55}
virtual ? string GetString(string name)