LauncherGoDev/sysgo/UI/events.go
2018-12-08 15:30:07 +08:00

9 lines
64 B
Go

package UI
const (
RUNEVT=1
RESTARTUI=2
RUNSH=3
)