//provides namespace objects for packaging JS functions and objects

SDN = {};

SDN.DesignTime ={};

SDN.Utils = {};
SDN.Utils.Ajax = {};
SDN.Utils.Button = {};
SDN.Utils.MessageBox = {};
SDN.Utils.FileBrowser = {};

SDN.Editor ={};
SDN.Editor.Elements ={};
SDN.Editor.Properties = {}
SDN.Editor.Toolbar ={};
SDN.Editor.ContextMenu ={};
SDN.Editor.ContextMenu.Command ={};



SDN.Subscription = {};

SDN.Search = {};


SDN.Ecohub = {};

SDN.Collaboration = {};