Removed IFileRead.Callback

This commit is contained in:
2022-02-24 17:08:12 -07:00
parent 9dc0fe3726
commit a1729c90e2
7 changed files with 3 additions and 243 deletions

View File

@ -10,7 +10,6 @@ public interface IFileRead : Properties.IFileRead
void WaitForThread();
JsonProperty[] GetDefault();
void Callback(object state);
string GetEventDescription();
List<string> GetHeaderNames();
void CheckTests(Test[] tests, bool extra);