using System; using System.Collections.Generic; using System.Linq; using System.Text; namespace UniversalEditor.ObjectModels.InstallShield { public class InstallShieldScriptObjectModel : ObjectModel { public override void Clear() { throw new NotImplementedException(); } public override void CopyTo(ObjectModel where) { throw new NotImplementedException(); } } }