more changes towards Avalonia
This commit is contained in:
parent
ee14dedeee
commit
08d54cd13c
@ -1,4 +1,6 @@
|
||||
namespace EliteBGS {
|
||||
using Avalonia;
|
||||
|
||||
namespace EliteBGS {
|
||||
/// <summary>
|
||||
/// Interaction logic for App.xaml
|
||||
/// </summary>
|
||||
|
@ -2,8 +2,8 @@
|
||||
using System.Linq;
|
||||
using System.Collections.Generic;
|
||||
using System.IO;
|
||||
using System.Windows;
|
||||
using Microsoft.Win32;
|
||||
using Avalonia;
|
||||
using Avalonia.Controls;
|
||||
using EDPlayerJournal.Entries;
|
||||
using EliteBGS.Util;
|
||||
using EDPlayerJournal.BGS;
|
||||
|
20
Avalonia.EliteBGS/Properties/Resources.Designer.cs
generated
20
Avalonia.EliteBGS/Properties/Resources.Designer.cs
generated
@ -10,8 +10,8 @@
|
||||
|
||||
namespace EliteBGS.Properties {
|
||||
using System;
|
||||
|
||||
|
||||
|
||||
|
||||
/// <summary>
|
||||
/// A strongly-typed resource class, for looking up localized strings, etc.
|
||||
/// </summary>
|
||||
@ -23,15 +23,15 @@ namespace EliteBGS.Properties {
|
||||
[global::System.Diagnostics.DebuggerNonUserCodeAttribute()]
|
||||
[global::System.Runtime.CompilerServices.CompilerGeneratedAttribute()]
|
||||
internal class Resources {
|
||||
|
||||
|
||||
private static global::System.Resources.ResourceManager resourceMan;
|
||||
|
||||
|
||||
private static global::System.Globalization.CultureInfo resourceCulture;
|
||||
|
||||
|
||||
[global::System.Diagnostics.CodeAnalysis.SuppressMessageAttribute("Microsoft.Performance", "CA1811:AvoidUncalledPrivateCode")]
|
||||
internal Resources() {
|
||||
}
|
||||
|
||||
|
||||
/// <summary>
|
||||
/// Returns the cached ResourceManager instance used by this class.
|
||||
/// </summary>
|
||||
@ -45,7 +45,7 @@ namespace EliteBGS.Properties {
|
||||
return resourceMan;
|
||||
}
|
||||
}
|
||||
|
||||
|
||||
/// <summary>
|
||||
/// Overrides the current thread's CurrentUICulture property for all
|
||||
/// resource lookups using this strongly typed resource class.
|
||||
@ -59,14 +59,14 @@ namespace EliteBGS.Properties {
|
||||
resourceCulture = value;
|
||||
}
|
||||
}
|
||||
|
||||
|
||||
/// <summary>
|
||||
/// Looks up a localized resource of type System.Drawing.Icon similar to (Icon).
|
||||
/// </summary>
|
||||
internal static System.Drawing.Icon EliteBGS {
|
||||
internal static System.Drawing.Common.Icon EliteBGS {
|
||||
get {
|
||||
object obj = ResourceManager.GetObject("EliteBGS", resourceCulture);
|
||||
return ((System.Drawing.Icon)(obj));
|
||||
return ((System.Drawing.Common.Icon)(obj));
|
||||
}
|
||||
}
|
||||
}
|
||||
|
Loading…
Reference in New Issue
Block a user