-
Notifications
You must be signed in to change notification settings - Fork 0
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
- Loading branch information
Showing
12 changed files
with
79 additions
and
47 deletions.
There are no files selected for viewing
Binary file added
BIN
+49.4 KB
src/.vs/SSDCourseworkTooling/FileContentIndex/457bfce5-9ea9-4ae5-83fe-34b0497eeff4.vsidx
Binary file not shown.
Binary file added
BIN
+1.54 KB
src/.vs/SSDCourseworkTooling/FileContentIndex/672893d4-6750-4e9d-aaba-30b1c94a8867.vsidx
Binary file not shown.
Binary file added
BIN
+29.4 KB
src/.vs/SSDCourseworkTooling/FileContentIndex/dda15225-3e27-43ec-a6a9-29886e7792af.vsidx
Binary file not shown.
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -1,15 +1,10 @@ | ||
global using State = System.Collections.Generic.Dictionary<System.Collections.Generic.IEnumerable<StateSystem.StateType>, object?>; | ||
|
||
// State | ||
global using static StateSystem.StateHelper; | ||
global using static StateSystem.StateType; | ||
|
||
// System namespaces | ||
global using System.Reflection; | ||
// FormManager | ||
global using static FormSystem.FormHelper; | ||
|
||
// Scraper | ||
global using static Scraper.ScrapeType; | ||
|
||
// System namespaces | ||
global using System.Reflection; | ||
// State | ||
global using static StateSystem.StateHelper; | ||
global using State = System.Collections.Generic.Dictionary<System.Collections.Generic.IEnumerable<StateSystem.StateType>, object?>; | ||
|
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
|
@@ -6,5 +6,5 @@ | |
public abstract class DefaultState : IState | ||
{ | ||
public virtual void State(State state) | ||
{} | ||
{ } | ||
} |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters