
function mycount() { }
mycount._path = '/zxft_Pro/dwr';

mycount.getCountservice = function(callback) {
    DWREngine._execute(mycount._path, 'mycount', 'getCountservice', callback);
}

mycount.setCountservice = function(p0, callback) {
    DWREngine._execute(mycount._path, 'mycount', 'setCountservice', p0, callback);
}

mycount.Count = function(p0, callback) {
    DWREngine._execute(mycount._path, 'mycount', 'Count', p0, false, callback);
}
