예제 #1
0
 internal static void Show()
 {
     if (_instance == null)
         _instance = new IndentationSettings();
     _instance.ShowDialog();
 }
예제 #2
0
 internal static void Show()
 {
     if (_instance == null)
         _instance = new IndentationSettings();
     _instance.ShowDialog();
 }