How to Use Application.LoadLevel() in MainApp.xaml.cs

I have to load a specific scene depending on certain conditions checking in the native code. So, how can I load a specific scene through MainApp.xaml.cs.

Thanks !!!

I dont think you can do this because scene is something related to unity and MainApp.xaml is additional file made by visual studio to support an application to run. You cant edit unity scripts in Visual Studio