public static void Launch() { if (propertiesDialog == null) { propertiesDialog = new PropertiesDialog(); } propertiesDialog.ShowDialog(); }
private void ShowProperties() { PropertiesDialog.Launch(); }