コード例 #1
0
 private void ShowProgress(int currentValue, int maxValue)
 {
     ConcreteView?.SetProgress(currentValue, maxValue);
 }