run panel

This commit is contained in:
Matt Parker
2025-08-07 01:17:13 +10:00
parent 8437d77b2b
commit 510969ee8c
4 changed files with 49 additions and 16 deletions

View File

@@ -0,0 +1,7 @@
namespace SharpIDE.Photino.Models;
public enum BottomPanelType
{
Run,
Build
}