void Add(GacFileInfo info) { bool start; lock (lockObj) { infos.Add(info); start = infos.Count == 1; } if (start) ExecuteInThread(Dequeue); }
public GACFileVM(OpenFromGACVM owner, GacFileInfo gacFileInfo) { Owner = owner; this.gacFileInfo = gacFileInfo; }