private void NoticeButtonDown(Simon.LightButton sender, SimonItemsType item) { sender.doPush(1000); if (OnButtonDownEvent != null) { OnButtonDownEvent(this, new OnButtonEventArgs(item)); } }