LauncherGoDev/sysgo/UI/events.go
2018-12-03 23:19:39 +08:00

8 lines
52 B
Go

package UI
const (
RUNEVT=1
RESTARTUI=2
)