File: System\Activities\Core\Presentation\FinalState.cs | |
Project: ndp\cdf\src\NetFx40\Tools\System.Activities.Core.Presentation\System.Activities.Core.Presentation.csproj (System.Activities.Core.Presentation) |
//---------------------------------------------------------------- // Copyright (c) Microsoft Corporation. All rights reserved. //---------------------------------------------------------------- namespace System.Activities.Core.Presentation { /// <summary> /// The type that is added to the toolbox, which is used to create an instance /// of State with the IsFinal property set to true and the DisplayName property /// set to "Final". /// </summary> public sealed class FinalState { } } |