초기 커밋.
This commit is contained in:
@@ -0,0 +1,12 @@
|
||||
// See https://aka.ms/new-console-template for more information
|
||||
using ExI.Event;
|
||||
|
||||
var mycls = new MyClass();
|
||||
mycls.Complished += Mycls_Complished;
|
||||
|
||||
void Mycls_Complished(object? sender, EventArgs e)
|
||||
{
|
||||
Console.WriteLine("작업끝");
|
||||
}
|
||||
|
||||
mycls.Calc(2000);
|
||||
Reference in New Issue
Block a user