コード例 #1
0
ファイル: ViewController.cs プロジェクト: ogub4/Simon
        private void NoticeButtonDown(Simon.LightButton sender, SimonItemsType item)
        {
            sender.doPush(1000);

            if (OnButtonDownEvent != null)
            {
                OnButtonDownEvent(this, new OnButtonEventArgs(item));
            }
        }