Table of Contents

Class ShowCurrentProjectFileCommand

Namespace
H.Modules.Project.Commands
Assembly
H.Modules.Project.dll
[Icon("")]
[Display(Name = "打开项目文件", Description = "用记事本打开当前项目的配置文件数据")]
public class ShowCurrentProjectFileCommand : ShowProjectCommandBase, ICommand, INotifyPropertyChanged, IIconable, INameable, IDescriptionable
Inheritance
ShowCurrentProjectFileCommand
Implements
Inherited Members
Extension Methods

Methods

Execute(object)

Defines the method to be called when the command is invoked.

public override void Execute(object parameter)

Parameters

parameter object

Data used by the command. If the command does not require data to be passed, this object can be set to null.