mirror of
https://github.com/microsoft/PowerToys.git
synced 2026-04-09 20:57:22 +02:00
Optimize using directives
This commit is contained in:
@@ -1,13 +1,4 @@
|
||||
using System;
|
||||
using System.Collections.Generic;
|
||||
using System.IO;
|
||||
using System.Linq;
|
||||
using System.Reflection;
|
||||
using System.Windows;
|
||||
using Wox.Core.UI;
|
||||
using Wox.Infrastructure.Logger;
|
||||
|
||||
namespace Wox.Core.i18n
|
||||
namespace Wox.Core.i18n
|
||||
{
|
||||
public static class InternationalizationManager
|
||||
{
|
||||
|
||||
Reference in New Issue
Block a user