コード例 #1
0
 private void OnLaunchTest(TestInfo t)
 {
     LaunchTest?.Invoke(this, new Tests.TestEventArgs {
         Info = t
     });
 }