using System; using System.Collections.Generic; using System.Linq; using System.Text; namespace Foo.WorkspaceMgr { static class WorkspaceState { static public List Launched_ExcelInstances = new List(); static public List Launched_PowerPointInstances = new List(); static WorkspaceState() { } } }