Welcome to mirror list, hosted at ThFree Co, Russian Federation.

StartNode.cs « Presentation « Core « Activities « System « System.Activities.Core.Presentation « referencesource « class « mcs - github.com/mono/mono.git - Unnamed repository; edit this file 'description' to name the repository.
summaryrefslogtreecommitdiff
blob: 24e749801cdb68f8a8f584774c38d8089cef005b (plain)
1
2
3
4
5
6
7
8
9
10
//------------------------------------------------------------
// Copyright (c) Microsoft Corporation.  All rights reserved.
//------------------------------------------------------------

namespace System.Activities.Core.Presentation
{
    class StartNode
    {
    }
}