C# Class MegaMan.Editor.Controls.ViewModels.StagesRootViewModel

Inheritance: TreeViewItemViewModel
Exibir arquivo Open project: Tesserex/C--MegaMan-Engine

Public Methods

Method Description
StagesRootViewModel ( TreeViewItemViewModel parent, IEnumerable stages ) : System

Private Methods

Method Description
StageAdded ( object sender, MegaMan.Editor.Mediator.StageAddedEventArgs e ) : void

Method Details

StagesRootViewModel() public method

public StagesRootViewModel ( TreeViewItemViewModel parent, IEnumerable stages ) : System
parent TreeViewItemViewModel
stages IEnumerable
return System