C# Class ErlangEditor.Pages.NewFile_app

NewFile_app.xaml 的交互逻辑
Inheritance: System.Windows.Controls.UserControl
Afficher le fichier Open project: xdusongwei/ErlangEditor

Méthodes publiques

Méthode Description
NewFile_app ( string aName, ViewModel aVM ) : System
UpdateToolBox ( ) : void

Private Methods

Méthode Description
SortChildren ( ViewModel node ) : void
UserControl_Loaded ( object sender, RoutedEventArgs e ) : void

Method Details

NewFile_app() public méthode

public NewFile_app ( string aName, ViewModel aVM ) : System
aName string
aVM ViewModel
Résultat System

UpdateToolBox() public méthode

public UpdateToolBox ( ) : void
Résultat void