Beispiel #1
0
 public static void ShowLocalizationDialogBox(string id)
 {
     TipDialog.Show("If you click on an item while you hold alt and shift keys down, this tool will open up with that item already selected.");
     LocalizeItemDlg <T> .ShowDialog(GetLocalizationManagerForString(id),
                                     id, false);
 }
Beispiel #2
0
 internal static void ShowLocalizationDialogBox(IComponent component)
 {
     TipDialog.Show("If you click on an item while you hold alt and shift keys down, this tool will open up with that item already selected.");
     LocalizeItemDlg <T> .ShowDialog(GetLocalizationManagerForComponent(component),
                                     component, false);
 }