C# Class ErlangEditor.Pages.NodeProp

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

Public Methods

Method Description
NodeProp ( ) : System
NodeProp ( ViewModel aVM ) : System
UpdateToolBox ( ) : void

Method Details

NodeProp() public method

public NodeProp ( ) : System
return System

NodeProp() public method

public NodeProp ( ViewModel aVM ) : System
aVM ViewModel
return System

UpdateToolBox() public method

public UpdateToolBox ( ) : void
return void