18 lines
313 B
C#
18 lines
313 B
C#
/*
|
|
* Author: Nikolay Dvurechensky
|
|
* Site: https://www.dvurechensky.pro/
|
|
* Gmail: dvurechenskysoft@gmail.com
|
|
* Last Updated: 12 мая 2025 06:51:53
|
|
* Version: 1.0.7
|
|
*/
|
|
|
|
using System.Runtime.InteropServices;
|
|
|
|
namespace FileSearch.Logic.Model.Engine
|
|
{
|
|
internal class FileCounter
|
|
{
|
|
|
|
}
|
|
}
|