How can I access, using C#, a public instance method declared in App.xaml.cs?
((App)Application.Current).YourMethod ....