Exemplo n.º 1
0
 public void AttachToModel()
 {
     MenuModel.AddCostMonitor(CostUpdate, 10001);
     MenuModel.AddTestMonitor(TestUpdate, 10002);
     MenuModel.AddWeightMonitor(WeightUpdate, 10003);
 }