Пример #1
0
func (this *AppBase) RemoveEvent(e help.IEvent) {
	delete(this.evt_names, e.GetName())
	e.Destroy()
}