Example #1
0
 public static GradeReg GetInstance()
 {
     if (instance == null)
     {
         instance = new GradeReg();
     }
     return(instance);
 }