예제 #1
0
 private static CliArgs GetInstance()
 {
     lock (Padlock) {
         return(_instance ?? (_instance = new CliArgs()));
     }
 }