예제 #1
0
 public static Gradient_Tab getInstance()
 {
     if (_instance == null)
     {
         _instance = new Gradient_Tab();
     }
     return(_instance);
 }
예제 #2
0
 public static Gradient_Tab getInstance()
 {
     return(_instance ?? (_instance = new Gradient_Tab()));
 }