Todo: Check different types of selection (e.g. by column), how does this affect us?
Esempio n. 1
0
 internal static void Show()
 {
     if (_instance == null)
     {
         _instance = new FindAndReplace();
     }
     _instance.ShowForm();
 }
Esempio n. 2
0
 internal static void Show()
 {
     if (_instance == null)
         _instance = new FindAndReplace();
     _instance.ShowForm();
 }