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