Adjust Tool code

pull/4612/head
2dust 2024-01-10 10:56:10 +08:00
parent ea95c6de79
commit 4aae82e0cc
6 changed files with 3 additions and 6 deletions

View File

@ -3,7 +3,6 @@ using System.IO;
using System.Text.RegularExpressions;
using v2rayN.Base;
using v2rayN.Mode;
using v2rayN.Tool;
namespace v2rayN.Handler
{

View File

@ -9,7 +9,6 @@ using System.Windows;
using v2rayN.Base;
using v2rayN.Mode;
using v2rayN.Resx;
using v2rayN.Tool;
namespace v2rayN.Handler
{

View File

@ -2,7 +2,7 @@
using System.IO.Compression;
using System.Text;
namespace v2rayN.Tool
namespace v2rayN
{
public static class FileManager
{

View File

@ -1,7 +1,7 @@
using System.Linq.Expressions;
using System.Reflection;
namespace v2rayN.Tool
namespace v2rayN
{
public static class QueryableExtension
{

View File

@ -1,6 +1,6 @@
using v2rayN.Base;
namespace v2rayN.Tool
namespace v2rayN
{
public class SemanticVersion
{

View File

@ -19,7 +19,6 @@ using v2rayN.Base;
using v2rayN.Handler;
using v2rayN.Mode;
using v2rayN.Resx;
using v2rayN.Tool;
using v2rayN.Views;
namespace v2rayN.ViewModels