コード例 #1
0
 protected override void ExecuteCore()
 {
     animation.state = newState;
     mainForm.updateAnimationListItemImage(index, animation);
 }
コード例 #2
0
 protected override void ExecuteCore()
 {
     animation.eventu = newEvent;
     mainForm.updateAnimationListItemImage(index, animation);
 }