StonehearthEditor.UnknownNodeData.UpdateOutEdges C# (CSharp) Method

UpdateOutEdges() protected method

protected UpdateOutEdges ( Microsoft.Msagl.Drawing.Graph graph ) : void
graph Microsoft.Msagl.Drawing.Graph
return void
        protected override void UpdateOutEdges(Graph graph)
        {
            throw new NotImplementedException();
        }