more changes to Avalonia code

This commit is contained in:
2024-11-18 10:16:28 +01:00
parent a95c882370
commit f08bf38bab
6 changed files with 29 additions and 18 deletions

View File

@@ -63,10 +63,10 @@ namespace EliteBGS.Properties {
/// <summary>
/// Looks up a localized resource of type System.Drawing.Icon similar to (Icon).
/// </summary>
internal static System.Drawing.Common.Icon EliteBGS {
internal static System.Drawing.Icon EliteBGS {
get {
object obj = ResourceManager.GetObject("EliteBGS", resourceCulture);
return ((System.Drawing.Common.Icon)(obj));
return ((System.Drawing.Icon)(obj));
}
}
}