di injection

This commit is contained in:
2023-05-11 13:56:53 +09:00
parent 2a2319833a
commit b469188f28
6 changed files with 77 additions and 8 deletions

View File

@@ -1,6 +1,6 @@
using System;
namespace Samples
namespace Samples.Event
{
public delegate void CustomEventHandler(object sender, EventArgs e);