public override void OnRegister() { CommandMap.Bind(AppEvent.SetUp).To <SetUpCMD>().SingleRun(); Dispatcher.Dispatch(AppEvent.SetUp); }