You can not select more than 25 topics
Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.
109 lines
3.5 KiB
109 lines
3.5 KiB
//------------------------------------------------------------------------------
|
|
// <auto-generated>
|
|
// This code was generated by a tool.
|
|
//
|
|
// Changes to this file may cause incorrect behavior and will be lost if
|
|
// the code is regenerated.
|
|
// </auto-generated>
|
|
//------------------------------------------------------------------------------
|
|
|
|
namespace BlazorProject.Ressources {
|
|
using System;
|
|
|
|
|
|
[System.CodeDom.Compiler.GeneratedCodeAttribute("System.Resources.Tools.StronglyTypedResourceBuilder", "4.0.0.0")]
|
|
[System.Diagnostics.DebuggerNonUserCodeAttribute()]
|
|
[System.Runtime.CompilerServices.CompilerGeneratedAttribute()]
|
|
internal class App {
|
|
|
|
private static System.Resources.ResourceManager resourceMan;
|
|
|
|
private static System.Globalization.CultureInfo resourceCulture;
|
|
|
|
[System.Diagnostics.CodeAnalysis.SuppressMessageAttribute("Microsoft.Performance", "CA1811:AvoidUncalledPrivateCode")]
|
|
internal App() {
|
|
}
|
|
|
|
[System.ComponentModel.EditorBrowsableAttribute(System.ComponentModel.EditorBrowsableState.Advanced)]
|
|
internal static System.Resources.ResourceManager ResourceManager {
|
|
get {
|
|
if (object.Equals(null, resourceMan)) {
|
|
System.Resources.ResourceManager temp = new System.Resources.ResourceManager("BlazorProject.Ressources.App", typeof(App).Assembly);
|
|
resourceMan = temp;
|
|
}
|
|
return resourceMan;
|
|
}
|
|
}
|
|
|
|
[System.ComponentModel.EditorBrowsableAttribute(System.ComponentModel.EditorBrowsableState.Advanced)]
|
|
internal static System.Globalization.CultureInfo Culture {
|
|
get {
|
|
return resourceCulture;
|
|
}
|
|
set {
|
|
resourceCulture = value;
|
|
}
|
|
}
|
|
|
|
internal static string City {
|
|
get {
|
|
return ResourceManager.GetString("City", resourceCulture);
|
|
}
|
|
}
|
|
|
|
internal static string Gender {
|
|
get {
|
|
return ResourceManager.GetString("Gender", resourceCulture);
|
|
}
|
|
}
|
|
|
|
internal static string Salary {
|
|
get {
|
|
return ResourceManager.GetString("Salary", resourceCulture);
|
|
}
|
|
}
|
|
|
|
internal static string EmployeeData {
|
|
get {
|
|
return ResourceManager.GetString("EmployeeData", resourceCulture);
|
|
}
|
|
}
|
|
|
|
internal static string Male {
|
|
get {
|
|
return ResourceManager.GetString("Male", resourceCulture);
|
|
}
|
|
}
|
|
|
|
internal static string Female {
|
|
get {
|
|
return ResourceManager.GetString("Female", resourceCulture);
|
|
}
|
|
}
|
|
|
|
internal static string Name {
|
|
get {
|
|
return ResourceManager.GetString("Name", resourceCulture);
|
|
}
|
|
}
|
|
|
|
internal static string Joining_Date {
|
|
get {
|
|
return ResourceManager.GetString("Joining Date", resourceCulture);
|
|
}
|
|
}
|
|
|
|
internal static string Save {
|
|
get {
|
|
return ResourceManager.GetString("Save", resourceCulture);
|
|
}
|
|
}
|
|
|
|
internal static string Unknown {
|
|
get {
|
|
return ResourceManager.GetString("Unknown", resourceCulture);
|
|
}
|
|
}
|
|
}
|
|
}
|