AppActs.API.Model.Event.ScreenRoute.CopyOnlyKeys C# (CSharp) Method

CopyOnlyKeys() public method

public CopyOnlyKeys ( ) : ScreenRoute
return ScreenRoute
        public ScreenRoute CopyOnlyKeys()
        {
            return new ScreenRoute(this.LastScreen, this.CurrentScreen);
        }