Wpf is blank at runtime

You have attached an event to your button:

Click="btnFatInscription_Click"

But this event does not exist in your code behind.