Interface over passing ticks
This commit is contained in:
@ -4,6 +4,8 @@ public interface ICompare
|
||||
{
|
||||
|
||||
void Tick();
|
||||
long Ticks { get; }
|
||||
int? CurrentTick { get; }
|
||||
void ConstructProgressBar(int maxTicks, string message);
|
||||
|
||||
}
|
Reference in New Issue
Block a user