예제 #1
0
 public void Subscribe(OnPingPong onPingPong)
 {
     _OnPingPong += onPingPong;
 }
예제 #2
0
파일: Program.cs 프로젝트: Slaiz/Study_Task
 private static void DoOnPingPong()
 {
     OnPingPong?.Invoke(null, EventArgs.Empty);
 }