C# Class ErlangEditor.Pages.NewFile_supervisor

NewFile_gen_supervisor.xaml 的交互逻辑
Inheritance: System.Windows.Controls.UserControl
显示文件 Open project: xdusongwei/ErlangEditor

Public Methods

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

Private Methods

Method Description
ComboBoxItem_Selected ( object sender, RoutedEventArgs e ) : void
SortChildren ( ViewModel node ) : void
UserControl_Loaded ( object sender, RoutedEventArgs e ) : void

Method Details

NewFile_supervisor() public method

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

UpdateToolBox() public method

public UpdateToolBox ( ) : void
return void