public static void Instance() { LicenseWindow NewForm = new LicenseWindow(); SessionCore.Instance.Windows.ShowDialog(NewForm); }
private void LicenseLink_Click(object sender, RoutedEventArgs e) { LicenseWindow.Instance(); }