internal static void ShowFeedback(string message) { var window = new FeedbackWindow { Message = { Text = message } }; window.ShowDialog(); }