public static str getResourceFilename(str _resourceName)
{
resourceNode resource = new resourceNode(_resourceName);
return _resourceName && resource ? resource.filename() : null;
}
public static str getResourceFilename(str _resourceName)
{
resourceNode resource = new resourceNode(_resourceName);
return _resourceName && resource ? resource.filename() : null;
}
INSERT INTO dbo.SYSFLIGHTING(FLIGHTNAME, ENABLED) VALUES ('<FlightObjectName>_KillSwitch', 1) or INSERT INTO dbo.SYSFLIGHT...
No comments:
Post a Comment