Mike Phares 0215e838e7 AA.Compare Project to Match not runToDoCollectionFirst
Removed Layered AppSettings with Nested Objects at First Level
2024-12-28 19:34:09 -07:00

9 lines
170 B
C#

namespace View_by_Distance.Shared.Models.Stateless.Methods;
public interface ICompare
{
void Tick();
void ConstructProgressBar(int maxTicks, string message);
}