public static GlobalDataDash GetInstance() { if (firstInstance == null) { firstInstance = new GlobalDataDash(); } return(firstInstance); }
/// <summary> /// Resets all data in object, including boolean state values /// </summary> public void ResetData() { firstInstance = new GlobalDataDash(); }