//public Corazon(CCustomer customer) //{ // // initialize objects // InitializeObjects(); // // initialize connection string // InitializeConnection(); // // set is customer logged in = true // CustomerIsLoggedIn = true; // // modify the customer object to the one passed // Management.Customer = customer; //} #endregion #region Public Methods #endregion #region Private Methods private void InitializeObjects() { Formatting = new CFormatting(); Security = new CSecurity(); Services = new CServices(); }
private void InitializeObjects() { Formatting = new CFormatting(); Security = new CSecurity(); Services = new CServices(); }