using InABox.Wpf; using System.Windows; namespace PRSDesktop.Forms { /// /// Interaction logic for LocationForm.xaml /// public partial class LocationForm : ThemableWindow { public LocationForm() { InitializeComponent(); } private void OKButton_Click(object sender, RoutedEventArgs e) { } private void CancelButton_Click(object sender, RoutedEventArgs e) { } } }