Ejemplo n.º 1
0
 public ViewModule()
 {
     mainWindow = new BaseForm();
     mainWindow.Hide();
     cache = new ViewModuleCache();
     mainWindow.bindWithViewModuleCache(cache);
 }
Ejemplo n.º 2
0
 public void bindWithViewModuleCache(ViewModuleCache cache)
 {
     this.cache = cache;
 }