2009-04-07 11:27:20 +02:00

5 lines
74 B
Plaintext

public uint AddWatch (BusFunc func) {
return AddWatchFull (0, func);
}