FileSearchWindows/FileSearch/Logic/Model/Engine/FileCounter.cs

10 lines
138 B
C#
Raw Normal View History

2024-10-05 10:06:04 +03:00
using System.Runtime.InteropServices;
namespace FileSearch.Logic.Model.Engine
{
internal class FileCounter
{
}
}