﻿// JScript 文件
function LayerWindowScriptManager()
{
    this.LayerWindowImp = new LayerWindow();
}

