예제 #1
0
 public void OnSortStarted() => SortStarted?.Invoke(null, EventArgs.Empty);
예제 #2
0
파일: Army.cs 프로젝트: eecs-susu/DotNet
 protected virtual void OnSortStarted()
 {
     SortStarted?.Invoke(this, EventArgs.Empty);
 }