Example #1
0
 public Monitor()
 {
     mediatorMap   = new Dictionary <string, IObserver>();
     messageCenter = new MessageCenter();
 }
Example #2
0
 public Model()
 {
     proxyMap      = new Dictionary <Type, IProxy>();
     messageCenter = new MessageCenter();
 }