9using System.Collections.Generic;
16 private int _count = 0;
20 obj.PropertyChanged +=
new System.ComponentModel.PropertyChangedEventHandler(
obj_PropertyChanged);
26 Console.WriteLine(_count.ToString());
This is the non-generic base class from which most business objects will be derived.
void Reg(Csla.Core.BusinessBase obj)
void obj_PropertyChanged(object sender, System.ComponentModel.PropertyChangedEventArgs e)
Static dictionary-like class that offers similar functionality to GlobalContext This is used in tests...
static void AddOrOverwrite(string key, string value)
Overwrite an item in the test results, to indicate an outcome of a particular operation