From b4fae14b3d98768788c4991a27f5e3576b47802b Mon Sep 17 00:00:00 2001 From: Dmitrii Evdokimov Date: Sun, 5 Sep 2021 12:00:12 +0300 Subject: [PATCH] Add TODO --- Helpers.cs | 2 +- Properties/AssemblyInfo.cs | 4 ++-- 2 files changed, 3 insertions(+), 3 deletions(-) diff --git a/Helpers.cs b/Helpers.cs index 999c24f..096af54 100644 --- a/Helpers.cs +++ b/Helpers.cs @@ -54,7 +54,7 @@ static Helpers() try { _domainContext = new PrincipalContext(ContextType.Domain); - _skipGroups.AddRange(new List + _skipGroups.AddRange(new List //TODO not skip for local drives { "Administrators", "Администраторы", diff --git a/Properties/AssemblyInfo.cs b/Properties/AssemblyInfo.cs index 68c21ef..05696c0 100644 --- a/Properties/AssemblyInfo.cs +++ b/Properties/AssemblyInfo.cs @@ -1,5 +1,4 @@ -using System.Resources; -#region License +#region License //------------------------------------------------------------------------------ // Copyright (c) Dmitrii Evdokimov // Source https://github.com/diev/ @@ -16,6 +15,7 @@ //------------------------------------------------------------------------------ #endregion License +using System.Resources; using System.Reflection; using System.Runtime.InteropServices; using System.Windows;