C# 클래스 ScriptingIntro.HostObjectModel

파일 보기 프로젝트 열기: 2j2e/presentations

공개 메소드들

메소드 설명
AddCommand ( string name, System.Action commandImplementation ) : void
HostObjectModel ( MainWindow window ) : System

메소드 상세

AddCommand() 공개 메소드

public AddCommand ( string name, System.Action commandImplementation ) : void
name string
commandImplementation System.Action
리턴 void

HostObjectModel() 공개 메소드

public HostObjectModel ( MainWindow window ) : System
window MainWindow
리턴 System