Example #1
0
 public void ListenFor <TEvents>() where TEvents : class
 {
     InvertApplication.ListenFor <TEvents>(this);
 }