public void Execute()
 {
     thing.SmallWeight();
 }
예제 #2
0
 public void Undo( )
 {
     thing.SmallWeight();
 }