5 lines
74 B
Plaintext
5 lines
74 B
Plaintext
|
|
public uint AddWatch (BusFunc func) {
|
|
return AddWatchFull (0, func);
|
|
}
|