run panel
This commit is contained in:
7
src/SharpIDE.Photino/Models/BottomPanelType.cs
Normal file
7
src/SharpIDE.Photino/Models/BottomPanelType.cs
Normal file
@@ -0,0 +1,7 @@
|
||||
namespace SharpIDE.Photino.Models;
|
||||
|
||||
public enum BottomPanelType
|
||||
{
|
||||
Run,
|
||||
Build
|
||||
}
|
||||
Reference in New Issue
Block a user