void Merge(string name, TableItemStyles s, Style source) { if ((!CheckBit((int)s)) && (source.CheckBit((int)s))) { object o = source.ViewState [name]; if (o != null) { ViewState [name] = o; SetBit((int)s); } } }
void Merge (string name, TableItemStyles s, Style source) { if ((!CheckBit ((int) s)) && (source.CheckBit ((int) s))) { object o = source.ViewState [name]; if (o != null) { ViewState [name] = o; SetBit ((int) s); } } }