mirror of
https://github.com/microsoft/PowerToys.git
synced 2026-04-06 19:26:39 +02:00
Refactoring proxy, part 2
This commit is contained in:
@@ -5,13 +5,14 @@ using System.Linq;
|
||||
using System.Windows;
|
||||
using Wox.Infrastructure.Exception;
|
||||
using Wox.Infrastructure.Logger;
|
||||
using Wox.Infrastructure.UserSettings;
|
||||
using Wox.Plugin;
|
||||
|
||||
namespace Wox.Core.Resource
|
||||
{
|
||||
public class Internationalization : Resource
|
||||
{
|
||||
public UserSettings.Settings Settings { get; set; }
|
||||
public Settings Settings { get; set; }
|
||||
|
||||
public Internationalization()
|
||||
{
|
||||
|
||||
Reference in New Issue
Block a user