Fixed resources namming

This commit is contained in:
szporowolik
2019-10-20 13:26:44 +02:00
parent 27c2163784
commit bd0769c997
3 changed files with 17 additions and 17 deletions

View File

@@ -70,6 +70,16 @@ namespace Perun_v1.Properties {
}
}
/// <summary>
/// Looks up a localized resource of type System.Drawing.Bitmap.
/// </summary>
internal static System.Drawing.Bitmap status_connected_error {
get {
object obj = ResourceManager.GetObject("status_connected_error", resourceCulture);
return ((System.Drawing.Bitmap)(obj));
}
}
/// <summary>
/// Looks up a localized resource of type System.Drawing.Bitmap.
/// </summary>
@@ -89,15 +99,5 @@ namespace Perun_v1.Properties {
return ((System.Drawing.Bitmap)(obj));
}
}
/// <summary>
/// Looks up a localized resource of type System.Drawing.Bitmap.
/// </summary>
internal static System.Drawing.Bitmap status_disconnected_game {
get {
object obj = ResourceManager.GetObject("status_disconnected_game", resourceCulture);
return ((System.Drawing.Bitmap)(obj));
}
}
}
}