events.go 64 B

12345678
  1. package UI
  2. const (
  3. RUNEVT=1
  4. RESTARTUI=2
  5. RUNSH=3
  6. )