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