コード例 #1
0
 public static KeepFitAPIImplementation instance()
 {
     if (inst == null)
     {
         inst = new KeepFitAPIImplementation();
     }
     return(inst);
 }
コード例 #2
0
		public static KeepFitAPIImplementation instance() {
			if (inst == null) {
				inst = new KeepFitAPIImplementation();
			}
			return inst;
		}