feat: simplified tutorial to suit my needs

This commit is contained in:
Gerard Gascón 2024-06-06 17:36:11 +02:00
parent c2cecd9b3c
commit 4909f82bb2
4 changed files with 119 additions and 185 deletions

7
SlideSwitchPress.cs Normal file
View file

@ -0,0 +1,7 @@
namespace SwitchSlidePresenter;
public enum SlideSwitchPress {
None,
Previous,
Next
}