Interface over passing ticks
This commit is contained in:
@ -5,10 +5,12 @@ namespace View_by_Distance.Shared.Models.Stateless;
|
||||
public interface IWindows
|
||||
{
|
||||
|
||||
void Tick();
|
||||
long Ticks { get; }
|
||||
int? CurrentTick { get; }
|
||||
ReadOnlyCollection<string> ConvertAndGetFastForwardMovingPictureExpertsGroupFiles(ResultSettings resultSettings, HttpClient? httpClient, FilePath filePath);
|
||||
DeterministicHashCode GetDeterministicHashCode(HttpClient? httpClient, FilePath filePath);
|
||||
DeterministicHashCode GetDeterministicHashCode(HttpClient httpClient, Uri uri);
|
||||
void ConstructProgressBar(int maxTicks, string message);
|
||||
void Tick();
|
||||
|
||||
}
|
Reference in New Issue
Block a user