コード例 #1
0
 /// <summary>
 /// emptying the slot
 /// </summary>
 /// <param name="imageID"></param>
 private void Empty(int imageID)
 {
     refineryOutView.Empty(imageID);
     refineryOutModel.Empty(imageID);
 }
コード例 #2
0
 /// <summary>
 /// emptying the slot
 /// </summary>
 /// <param name="imageID"></param>
 private void Empty(int imageID)
 {
     refineryInView.Empty(imageID);
     refineryModel.Empty(imageID);
 }