Loading...
Method in Actions
public void AddCommandHandler<T1, T2>(string commandName, Action<T1, T2> handler);
string commandName
string
System.Action<T1, T2> handler
System.Action<T1, T2>