2013-10-11 07:52:53 +00:00
|
|
|
|
// ------------------------------------------------------------------------------
|
|
|
|
|
// <autogenerated>
|
|
|
|
|
// This code was generated by a tool.
|
|
|
|
|
// Mono Runtime Version: 4.0.30319.17020
|
|
|
|
|
//
|
|
|
|
|
// Changes to this file may cause incorrect behavior and will be lost if
|
|
|
|
|
// the code is regenerated.
|
|
|
|
|
// </autogenerated>
|
|
|
|
|
// ------------------------------------------------------------------------------
|
2009-09-03 19:01:11 +00:00
|
|
|
|
|
|
|
|
|
namespace OpenTK.Properties {
|
|
|
|
|
using System;
|
|
|
|
|
|
|
|
|
|
|
2013-10-11 07:52:53 +00:00
|
|
|
|
[System.CodeDom.Compiler.GeneratedCodeAttribute("System.Resources.Tools.StronglyTypedResourceBuilder", "4.0.0.0")]
|
|
|
|
|
[System.Diagnostics.DebuggerNonUserCodeAttribute()]
|
|
|
|
|
[System.Runtime.CompilerServices.CompilerGeneratedAttribute()]
|
2009-09-03 19:01:11 +00:00
|
|
|
|
internal class Resources {
|
|
|
|
|
|
2013-10-11 07:52:53 +00:00
|
|
|
|
private static System.Resources.ResourceManager resourceMan;
|
2009-09-03 19:01:11 +00:00
|
|
|
|
|
2013-10-11 07:52:53 +00:00
|
|
|
|
private static System.Globalization.CultureInfo resourceCulture;
|
2009-09-03 19:01:11 +00:00
|
|
|
|
|
2013-10-11 07:52:53 +00:00
|
|
|
|
[System.Diagnostics.CodeAnalysis.SuppressMessageAttribute("Microsoft.Performance", "CA1811:AvoidUncalledPrivateCode")]
|
2009-09-03 19:01:11 +00:00
|
|
|
|
internal Resources() {
|
|
|
|
|
}
|
|
|
|
|
|
2013-10-11 07:52:53 +00:00
|
|
|
|
[System.ComponentModel.EditorBrowsableAttribute(System.ComponentModel.EditorBrowsableState.Advanced)]
|
|
|
|
|
internal static System.Resources.ResourceManager ResourceManager {
|
2009-09-03 19:01:11 +00:00
|
|
|
|
get {
|
2013-10-11 07:52:53 +00:00
|
|
|
|
if (object.Equals(null, resourceMan)) {
|
|
|
|
|
System.Resources.ResourceManager temp = new System.Resources.ResourceManager("OpenTK.Properties.Resources", typeof(Resources).Assembly);
|
2009-09-03 19:01:11 +00:00
|
|
|
|
resourceMan = temp;
|
|
|
|
|
}
|
|
|
|
|
return resourceMan;
|
|
|
|
|
}
|
|
|
|
|
}
|
|
|
|
|
|
2013-10-11 07:52:53 +00:00
|
|
|
|
[System.ComponentModel.EditorBrowsableAttribute(System.ComponentModel.EditorBrowsableState.Advanced)]
|
|
|
|
|
internal static System.Globalization.CultureInfo Culture {
|
2009-09-03 19:01:11 +00:00
|
|
|
|
get {
|
|
|
|
|
return resourceCulture;
|
|
|
|
|
}
|
|
|
|
|
set {
|
|
|
|
|
resourceCulture = value;
|
|
|
|
|
}
|
|
|
|
|
}
|
|
|
|
|
}
|
|
|
|
|
}
|