C# Class Invert.Core.LambdaCommand

Inheritance: ICommand
显示文件 Open project: InvertGames/uFrame.Editor

Public Methods

Method Description
LambdaCommand ( string title, System.Action action ) : System

Method Details

LambdaCommand() public method

public LambdaCommand ( string title, System.Action action ) : System
title string
action System.Action
return System