private void HandleSomeEventA (string arg1, object arg2, double arg3, MyTuple mt)
		{
			event_a_count++;
		}
Beispiel #2
0
 private void HandleSomeEventA(string arg1, object arg2, double arg3, MyTuple mt)
 {
     event_a_count++;
 }