Пример #1
0
 public static void On(Interactions interaction, Action <object> action)
 {
     EventAggrigator.Subscribe(interaction, action);
 }