var DogSlite=function() {
DogSlite.initializeBase(this);
this._timeout = 0;
this._userContext = null;
this._succeeded = null;
this._failed = null;
}
DogSlite.prototype={
GetSlides_ALLFiles:function(succeededCallback, failedCallback, userContext) {
return this._invoke(DogSlite.get_path(), 'GetSlides_ALLFiles',false,{},succeededCallback,failedCallback,userContext); }}
DogSlite.registerClass('DogSlite',Sys.Net.WebServiceProxy);
DogSlite._staticInstance = new DogSlite();
DogSlite.set_path = function(value) { 
var e = Function._validateParams(arguments, [{name: 'path', type: String}]); if (e) throw e; DogSlite._staticInstance._path = value; }
DogSlite.get_path = function() { return DogSlite._staticInstance._path; }
DogSlite.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); }
DogSlite._staticInstance._timeout = value; }
DogSlite.get_timeout = function() { 
return DogSlite._staticInstance._timeout; }
DogSlite.set_defaultUserContext = function(value) { 
DogSlite._staticInstance._userContext = value; }
DogSlite.get_defaultUserContext = function() { 
return DogSlite._staticInstance._userContext; }
DogSlite.set_defaultSucceededCallback = function(value) { 
var e = Function._validateParams(arguments, [{name: 'defaultSucceededCallback', type: Function}]); if (e) throw e; DogSlite._staticInstance._succeeded = value; }
DogSlite.get_defaultSucceededCallback = function() { 
return DogSlite._staticInstance._succeeded; }
DogSlite.set_defaultFailedCallback = function(value) { 
var e = Function._validateParams(arguments, [{name: 'defaultFailedCallback', type: Function}]); if (e) throw e; DogSlite._staticInstance._failed = value; }
DogSlite.get_defaultFailedCallback = function() { 
return DogSlite._staticInstance._failed; }
DogSlite.set_path("/DogSlite.asmx");
DogSlite.GetSlides_ALLFiles= function(onSuccess,onFailed,userContext) {DogSlite._staticInstance.GetSlides_ALLFiles(onSuccess,onFailed,userContext); }
var gtc = Sys.Net.WebServiceProxy._generateTypedConstructor;
Type.registerNamespace('AjaxControlToolkit');
if (typeof(AjaxControlToolkit.Slide) === 'undefined') {
AjaxControlToolkit.Slide=gtc("AjaxControlToolkit.Slide");
AjaxControlToolkit.Slide.registerClass('AjaxControlToolkit.Slide');
}

