コード例 #1
0
ファイル: ChannelCollection.cs プロジェクト: GNOME/blam
		public void Remove (IChannel channel)
		{
			DoRemove(channel);
			channel.RemoveItems();
			MarkAsDirty();
		}