yavsc/src/Yavsc/Resources/Yavsc.ViewModels.FrontOffice.PerformerProfileViewModel.Designer.cs

52 lines
2.1 KiB
C#
Raw Normal View History

2019-06-16 01:10:52 +01:00
//------------------------------------------------------------------------------
// <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>
//------------------------------------------------------------------------------
2019-06-17 20:52:51 +01:00
namespace Yavsc.ViewModels.FrontOffice {
2019-06-16 01:10:52 +01:00
using System;
using System.Reflection;
2019-06-17 20:52:51 +01:00
2019-06-16 01:10:52 +01:00
[System.CodeDom.Compiler.GeneratedCodeAttribute("System.Resources.Tools.StronglyTypedResourceBuilder", "4.0.0.0")]
[System.Diagnostics.DebuggerNonUserCodeAttribute()]
[System.Runtime.CompilerServices.CompilerGeneratedAttribute()]
2019-06-17 20:52:51 +01:00
public partial class PerformerProfileViewModel {
2019-06-16 01:10:52 +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-17 20:52:51 +01:00
System.Resources.ResourceManager temp = new System.Resources.ResourceManager(("Yavsc.Resources." + "Yavsc.ViewModels.FrontOffice.PerformerProfileViewModel"), typeof(PerformerProfileViewModel).GetTypeInfo().Assembly);
2019-06-16 01:10:52 +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-17 20:52:51 +01:00
public static string PerformerIdLabel {
2019-06-16 01:10:52 +01:00
get {
2019-06-17 20:52:51 +01:00
return ResourceManager.GetString("PerformerIdLabel", resourceCulture);
2019-06-16 01:10:52 +01:00
}
}
}
}