4 lines
106 B
C#
4 lines
106 B
C#
namespace RedHotRoast
|
|
{
|
|
public class AppDispatcher : BaseDispatcher<AppDispatcher, uint, object> { }
|
|
} |