How do you get a class to interact with the form to show a message box?
System.Windows.MessageBox.Show("Hello world"); //WPF System.Windows.Forms.MessageBox.Show("Hello world"); //WinForms