tiberiup
Results
1
comments of
tiberiup
@JackMakhoul, @j-h-m, I had to create a new class inheriting from **XfxEntry**, and asociate the renderer with it: ``` namespace Application.Controls { public class CustomXfxEntry : XfxEntry { } }...