예제 #1
0
 public static void PopEvent(object source, StackEvents e)
 {
     Console.WriteLine("Pop Event occured");
 }
예제 #2
0
 public static void PushEvent(object source, StackEvents e)
 {
     Console.WriteLine("Push to stack was made");;
 }