used ñodified strotygen

vnext
Paul Schneider 5 years ago
parent fb35d9b772
commit ba6ce503f6
1 changed files with 10 additions and 11 deletions

@ -1,11 +1,11 @@
//------------------------------------------------------------------------------
// <autogenerated>
// <auto-generated>
// This code was generated by a tool.
// Mono Runtime Version: 4.0.30319.42000
// Runtime Version:4.0.30319.42000
//
// Changes to this file may cause incorrect behavior and will be lost if
// the code is regenerated.
// </autogenerated>
// </auto-generated>
//------------------------------------------------------------------------------
namespace Yavsc.Models.IT.Fixing {
@ -22,12 +22,11 @@ namespace Yavsc.Models.IT.Fixing {
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)) {
System.Resources.ResourceManager temp = new System.Resources.ResourceManager("Yavsc.Server.Resources.Yavsc.Models.IT.Fixing.Bug", typeof(Bug).GetTypeInfo().Assembly);
System.Resources.ResourceManager temp = new System.Resources.ResourceManager(("Yavsc.Server.Resources." + "Yavsc.Models.IT.Fixing.Bug"), typeof(Bug).GetTypeInfo().Assembly);
resourceMan = temp;
}
return resourceMan;
Loading…