7 lines
158 B
Plaintext
7 lines
158 B
Plaintext
|
|
Cb_Insert_User_Func <- {};
|
||
|
|
|
||
|
|
function Cb_insert_user(C_Area, C_User) {
|
||
|
|
foreach(_Index, Func in Cb_Insert_User_Func) {
|
||
|
|
Func(C_Area, C_User);
|
||
|
|
}
|
||
|
|
}
|