SetScriptPath() public method

public SetScriptPath ( String path ) : void
path String
return void
Example #1
0
 private void ControllerWindow_Load(object sender, EventArgs e)
 {
     controller.SetScriptPath(getScriptPath());
 }