yavsc/src/Yavsc/Resources/Yavsc.ViewModels.EnrolerViewModel.Designer.cs

58 lines
2.2 KiB
C#
Raw Normal View History

2019-06-22 19:34:39 +01:00
// ------------------------------------------------------------------------------
// <autogenerated>
// This code was generated by a tool.
// Mono Runtime Version: 4.0.30319.42000
//
// Changes to this file may cause incorrect behavior and will be lost if
// the code is regenerated.
// </autogenerated>
// ------------------------------------------------------------------------------
namespace Yavsc.ViewModels {
using System;
using System.Reflection;
[System.CodeDom.Compiler.GeneratedCodeAttribute("System.Resources.Tools.StronglyTypedResourceBuilder", "4.0.0.0")]
[System.Diagnostics.DebuggerNonUserCodeAttribute()]
[System.Runtime.CompilerServices.CompilerGeneratedAttribute()]
2019-06-22 22:39:11 +01:00
public partial class EnrolerViewModel {
2019-06-22 19:34:39 +01:00
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)) {
2019-06-22 22:39:11 +01:00
System.Resources.ResourceManager temp = new System.Resources.ResourceManager(("Yavsc.Resources." + "Yavsc.ViewModels.EnrolerViewModel"), typeof(EnrolerViewModel).GetTypeInfo().Assembly);
2019-06-22 19:34:39 +01:00
resourceMan = temp;
}
return resourceMan;
}
}
[System.ComponentModel.EditorBrowsableAttribute(System.ComponentModel.EditorBrowsableState.Advanced)]
public static System.Globalization.CultureInfo Culture {
get {
return resourceCulture;
}
set {
resourceCulture = value;
}
}
2019-06-22 22:39:11 +01:00
public static string EnroledLabel {
2019-06-22 19:34:39 +01:00
get {
2019-06-22 22:39:11 +01:00
return ResourceManager.GetString("EnroledLabel", resourceCulture);
}
}
public static string RoleNameLabel {
get {
return ResourceManager.GetString("RoleNameLabel", resourceCulture);
2019-06-22 19:34:39 +01:00
}
}
}
}