akvirtualcamera/ports/deploy/installscript.mac.qs
2020-06-05 19:09:17 -03:00

13 lines
205 B
Text

function Component()
{
}
Component.prototype.beginInstallation = function()
{
component.beginInstallation();
}
Component.prototype.createOperations = function()
{
component.createOperations();
}