C#: 观察者模式
using System;
using System.Collections.Generic;
namespace ConsoleApplication
{
public interface IObserver
{
using System;
using System.Collections.Generic;
namespace ConsoleApplication
{
public interface IObserver
{