feat: simplified tutorial to suit my needs
This commit is contained in:
parent
c2cecd9b3c
commit
4909f82bb2
4 changed files with 119 additions and 185 deletions
7
SlideSwitchPress.cs
Normal file
7
SlideSwitchPress.cs
Normal file
|
@ -0,0 +1,7 @@
|
|||
namespace SwitchSlidePresenter;
|
||||
|
||||
public enum SlideSwitchPress {
|
||||
None,
|
||||
Previous,
|
||||
Next
|
||||
}
|
Loading…
Add table
Add a link
Reference in a new issue