In this sample all worked well for me until now.
When I added this method (empty):
protected override void Initialize()
{
}
application don't call at all
protected override void LoadGraphicsContent(bool loadAllContent)
If I delete Initialize() then LoadGraphicsContent() is called again.
What mistake I am doing?
Thank you