feat: switching slides
This commit is contained in:
parent
0ebb7f6459
commit
5f7bb79e56
4 changed files with 45 additions and 2 deletions
|
@ -2,7 +2,9 @@
|
|||
class Program {
|
||||
private static async Task Main() {
|
||||
GamepadReader reader = new JoyConRead();
|
||||
SlideSwitcher switcher = new(reader);
|
||||
await reader.Read();
|
||||
switcher.Dispose();
|
||||
}
|
||||
}
|
||||
}
|
Loading…
Add table
Add a link
Reference in a new issue