var MxCalc10B_Core=function() {
MxCalc10B_Core.initializeBase(this);
this._timeout = 0;
this._userContext = null;
this._succeeded = null;
this._failed = null;
}
MxCalc10B_Core.prototype={
Exicute:function(btnText,G,succeededCallback, failedCallback, userContext) {
return this._invoke(MxCalc10B_Core.get_path(), 'Exicute',false,{btnText:btnText,G:G},succeededCallback,failedCallback,userContext); }}
MxCalc10B_Core.registerClass('MxCalc10B_Core',Sys.Net.WebServiceProxy);
MxCalc10B_Core._staticInstance = new MxCalc10B_Core();
MxCalc10B_Core.set_path = function(value) { 
var e = Function._validateParams(arguments, [{name: 'path', type: String}]); if (e) throw e; MxCalc10B_Core._staticInstance._path = value; }
MxCalc10B_Core.get_path = function() { return MxCalc10B_Core._staticInstance._path; }
MxCalc10B_Core.set_timeout = function(value) { var e = Function._validateParams(arguments, [{name: 'timeout', type: Number}]); if (e) throw e; if (value < 0) { throw Error.argumentOutOfRange('value', value, Sys.Res.invalidTimeout); }
MxCalc10B_Core._staticInstance._timeout = value; }
MxCalc10B_Core.get_timeout = function() { 
return MxCalc10B_Core._staticInstance._timeout; }
MxCalc10B_Core.set_defaultUserContext = function(value) { 
MxCalc10B_Core._staticInstance._userContext = value; }
MxCalc10B_Core.get_defaultUserContext = function() { 
return MxCalc10B_Core._staticInstance._userContext; }
MxCalc10B_Core.set_defaultSucceededCallback = function(value) { 
var e = Function._validateParams(arguments, [{name: 'defaultSucceededCallback', type: Function}]); if (e) throw e; MxCalc10B_Core._staticInstance._succeeded = value; }
MxCalc10B_Core.get_defaultSucceededCallback = function() { 
return MxCalc10B_Core._staticInstance._succeeded; }
MxCalc10B_Core.set_defaultFailedCallback = function(value) { 
var e = Function._validateParams(arguments, [{name: 'defaultFailedCallback', type: Function}]); if (e) throw e; MxCalc10B_Core._staticInstance._failed = value; }
MxCalc10B_Core.get_defaultFailedCallback = function() { 
return MxCalc10B_Core._staticInstance._failed; }
MxCalc10B_Core.set_path("/10b/MxCalc10B_Core.asmx");
MxCalc10B_Core.Exicute= function(btnText,G,onSuccess,onFailed,userContext) {MxCalc10B_Core._staticInstance.Exicute(btnText,G,onSuccess,onFailed,userContext); }
var gtc = Sys.Net.WebServiceProxy._generateTypedConstructor;
if (typeof(globles) === 'undefined') {
var globles=gtc("globles");
globles.registerClass('globles');
}
