SetUpScripts() private method

private SetUpScripts ( MigrationContext context ) : void
context MigrationContext
return void
コード例 #1
0
 void CompileAndInstallScriptEventHandlers()
 {
     _plan.SetUpScripts(this);
 }