internal void AddToDesktop(Desktop desktop) { if (this.added) { return; } if (this.CombineModuleID) { this.Module.ModuleID = this.Parent.ID + this.Module.ModuleID; this.Module.Shortcut.SetModule(this.Module.ModuleID); this.CombineModuleID = false; } desktop.Modules.Add(this.Module); this.added = true; }
/// <summary> /// /// </summary> public Desktop.Builder Desktop(Desktop component) { return(new Desktop.Builder(component)); }
public static Desktop GetInstance() { return(Desktop.GetInstance(HttpContext.Current)); }
public StartMenuConfig(Desktop desktop) { this.desktop = desktop; }