Skip to content

Commit

Permalink
Add TODO
Browse files Browse the repository at this point in the history
  • Loading branch information
diev committed Sep 5, 2021
1 parent 8482c1c commit b4fae14
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 3 deletions.
2 changes: 1 addition & 1 deletion Helpers.cs
Original file line number Diff line number Diff line change
Expand Up @@ -54,7 +54,7 @@ static Helpers()
try
{
_domainContext = new PrincipalContext(ContextType.Domain);
_skipGroups.AddRange(new List<string>
_skipGroups.AddRange(new List<string> //TODO not skip for local drives
{
"Administrators",
"Администраторы",
Expand Down
4 changes: 2 additions & 2 deletions Properties/AssemblyInfo.cs
Original file line number Diff line number Diff line change
@@ -1,5 +1,4 @@
using System.Resources;
#region License
#region License
//------------------------------------------------------------------------------
// Copyright (c) Dmitrii Evdokimov
// Source https://github.com/diev/
Expand All @@ -16,6 +15,7 @@
//------------------------------------------------------------------------------
#endregion License

using System.Resources;
using System.Reflection;
using System.Runtime.InteropServices;
using System.Windows;
Expand Down

0 comments on commit b4fae14

Please # to comment.