FileSearchWindows/FileSearch/Logic/Model/Engine/FileCounter.cs
Dvurechensky e2bffc8b49 1.0
Main
2024-10-05 10:06:04 +03:00

10 lines
138 B
C#

using System.Runtime.InteropServices;
namespace FileSearch.Logic.Model.Engine
{
internal class FileCounter
{
}
}