77 lines
2.6 KiB
C#
77 lines
2.6 KiB
C#
|
6 years ago
|
//------------------------------------------------------------------------------
|
||
|
|
// <auto-generated>
|
||
|
|
// This code was generated by a tool.
|
||
|
|
// Runtime Version:4.0.30319.42000
|
||
|
|
//
|
||
|
|
// Changes to this file may cause incorrect behavior and will be lost if
|
||
|
|
// the code is regenerated.
|
||
|
|
// </auto-generated>
|
||
|
|
//------------------------------------------------------------------------------
|
||
|
7 years ago
|
|
||
|
|
namespace Yavsc.Models.IT.Fixing {
|
||
|
|
using System;
|
||
|
|
using System.Reflection;
|
||
|
|
|
||
|
|
|
||
|
|
[System.CodeDom.Compiler.GeneratedCodeAttribute("System.Resources.Tools.StronglyTypedResourceBuilder", "4.0.0.0")]
|
||
|
|
[System.Diagnostics.DebuggerNonUserCodeAttribute()]
|
||
|
|
[System.Runtime.CompilerServices.CompilerGeneratedAttribute()]
|
||
|
6 years ago
|
public partial class Resources {
|
||
|
7 years ago
|
|
||
|
|
private static System.Resources.ResourceManager resourceMan;
|
||
|
|
|
||
|
|
private static System.Globalization.CultureInfo resourceCulture;
|
||
|
|
|
||
|
|
[System.ComponentModel.EditorBrowsableAttribute(System.ComponentModel.EditorBrowsableState.Advanced)]
|
||
|
|
public static System.Resources.ResourceManager ResourceManager {
|
||
|
|
get {
|
||
|
|
if (object.Equals(null, resourceMan)) {
|
||
|
6 years ago
|
System.Resources.ResourceManager temp = new System.Resources.ResourceManager(("Yavsc.Resources." + "Yavsc.Models.IT.Fixing.Resources"), typeof(Resources).GetTypeInfo().Assembly);
|
||
|
7 years ago
|
resourceMan = temp;
|
||
|
|
}
|
||
|
|
return resourceMan;
|
||
|
|
}
|
||
|
|
}
|
||
|
|
|
||
|
|
[System.ComponentModel.EditorBrowsableAttribute(System.ComponentModel.EditorBrowsableState.Advanced)]
|
||
|
|
public static System.Globalization.CultureInfo Culture {
|
||
|
|
get {
|
||
|
|
return resourceCulture;
|
||
|
|
}
|
||
|
|
set {
|
||
|
|
resourceCulture = value;
|
||
|
|
}
|
||
|
|
}
|
||
|
|
|
||
|
6 years ago
|
public static string Rejected {
|
||
|
7 years ago
|
get {
|
||
|
6 years ago
|
return ResourceManager.GetString("Rejected", resourceCulture);
|
||
|
7 years ago
|
}
|
||
|
|
}
|
||
|
|
|
||
|
6 years ago
|
public static string Inserted {
|
||
|
7 years ago
|
get {
|
||
|
6 years ago
|
return ResourceManager.GetString("Inserted", resourceCulture);
|
||
|
|
}
|
||
|
|
}
|
||
|
|
|
||
|
|
public static string Confirmed {
|
||
|
|
get {
|
||
|
|
return ResourceManager.GetString("Confirmed", resourceCulture);
|
||
|
|
}
|
||
|
|
}
|
||
|
|
|
||
|
|
public static string Feature {
|
||
|
|
get {
|
||
|
|
return ResourceManager.GetString("Feature", resourceCulture);
|
||
|
|
}
|
||
|
|
}
|
||
|
|
|
||
|
|
public static string Fixed {
|
||
|
|
get {
|
||
|
|
return ResourceManager.GetString("Fixed", resourceCulture);
|
||
|
7 years ago
|
}
|
||
|
|
}
|
||
|
|
}
|
||
|
|
}
|