C# Class ErlangEditor.Pages.NewFile_application

NeewFile_application.xaml 的交互逻辑
Inheritance: System.Windows.Controls.UserControl
Show file Open project: xdusongwei/ErlangEditor

Public Methods

Method Description
NewFile_application ( string aName, ViewModel aVM ) : System
UpdateToolBox ( ) : void

Private Methods

Method Description
SortChildren ( ViewModel node ) : void

Method Details

NewFile_application() public method

public NewFile_application ( string aName, ViewModel aVM ) : System
aName string
aVM ViewModel
return System

UpdateToolBox() public method

public UpdateToolBox ( ) : void
return void