Esempio n. 1
0
 public static Gradient_Tab getInstance()
 {
     if (_instance == null)
     {
         _instance = new Gradient_Tab();
     }
     return(_instance);
 }
Esempio n. 2
0
 public static Gradient_Tab getInstance()
 {
     return(_instance ?? (_instance = new Gradient_Tab()));
 }