You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
//Throw exeption if state already existStatestate1=stateMachine.AddState("State1");//Return null if state already existStatestate1=stateMachine.TryAddState("State1",outboolresult);