示例#1
0
        public void Remove(IStandardWindow Window)
        {
            this.Items.Remove(Window);

            this.OnCountChanged();
        }
示例#2
0
        public void Add(IStandardWindow Window)
        {
            this.Items.Add(Window);

            this.OnCountChanged();
        }