/// <summary> /// Gets the Instance of the Flash-Card App-Template /// </summary> /// <returns>Returns the Instance of the Flash-Card App-Template</returns> public static FlashModel getInstance() { if (mFlashModel == null) mFlashModel = new FlashModel(); return mFlashModel; }
/// <summary> /// Gets the Instance of the Flash-Card App-Template /// </summary> /// <returns>Returns the Instance of the Flash-Card App-Template</returns> public static FlashModel getInstance() { if (mFlashModel == null) { mFlashModel = new FlashModel(); } return(mFlashModel); }