Esempio n. 1
0
 static void ContainerFull(object sender, FullEventArgs e)
 {
     Console.WriteLine($"Full event published.");
 }
Esempio n. 2
0
 protected void Full(FullEventArgs e)
 {
     FullEventHandler?.Invoke(this, e);
 }