/// <summary> /// Configuration state /// </summary> private int InitialState(int currentState, object o) { TextBoxStreamWriter.DefaultLog.WriteLine("HAL9000.-> Initializing Navigation test."); //Load the configuration for this test SMConfiguration = new NavigationTest_WORLD(); // TODO: Change the next status return((int)States.FinalState); }
/// <summary> /// Configuration state /// </summary> private int InitialState(int currentState, object o) { TextBoxStreamWriter.DefaultLog.WriteLine("HAL9000.-> Initializing Navigation test."); //Load the configuration for this test SMConfiguration = new NavigationTest_WORLD(); // TODO: Change the next status return (int)States.FinalState; }