Ejemplo n.º 1
0
 internal static void Show()
 {
     if (_instance == null)
         _instance = new IndentationSettings();
     _instance.ShowDialog();
 }
Ejemplo n.º 2
0
 internal static void Show()
 {
     if (_instance == null)
         _instance = new IndentationSettings();
     _instance.ShowDialog();
 }