Beispiel #1
0
 public static void ResetGlobals()
 {
     IsProjectOpen = false;
     CurrentTemplate = TemplateOptions.Template_3X3;
     CurrentFileLocation = String.Empty;
     PreviouslySelectedBox = -1;
     OptionSelected = -1;
     CurrentlySelectedBox = -1;
     currentAppState = RippleSystemStates.Start;
     CurrentlySelectedParent = 0;
 }
Beispiel #2
0
 public static void ResetGlobals()
 {
     IsProjectOpen           = false;
     CurrentTemplate         = TemplateOptions.Template_3X3;
     CurrentFileLocation     = String.Empty;
     PreviouslySelectedBox   = -1;
     OptionSelected          = -1;
     CurrentlySelectedBox    = -1;
     currentAppState         = RippleSystemStates.Start;
     CurrentlySelectedParent = 0;
 }
Beispiel #3
0
 public static void ResetGlobals()
 {
     PreviouslySelectedBox   = -1;
     CurrentlySelectedBox    = -1;
     currentAppState         = RippleSystemStates.NoUser;
     CurrentlySelectedParent = 0;
     currentBoxTimeStamp     = DateTime.Now;
     currentUserTimestamp    = DateTime.Now;
     EmpAlias = String.Empty;
     SelectedOptionFullName = String.Empty;
     UserName = String.Empty;
 }
Beispiel #4
0
 public static void ResetGlobals()
 {
     PreviouslySelectedBox = -1;
     CurrentlySelectedBox = -1;
     currentAppState = RippleSystemStates.NoUser;
     CurrentlySelectedParent = 0;
     currentBoxTimeStamp = DateTime.Now;
     currentUserTimestamp = DateTime.Now;
     EmpAlias = String.Empty;
     SelectedOptionFullName = String.Empty;
     UserName = String.Empty;
 }