if(typeof Webdisk == "undefined") Webdisk={};
if(typeof Webdisk.mypane == "undefined") Webdisk.mypane={};
Webdisk.mypane_class = function() {};
Object.extend(Webdisk.mypane_class.prototype, Object.extend(new AjaxPro.AjaxClass(), {
	AddDir: function(OOOO, O0l0, Ol1O) {
		return this.invoke("AddDir", {"OOOO":OOOO, "O0l0":O0l0, "Ol1O":Ol1O}, this.AddDir.getArguments().slice(3));
	},
	UploadFile: function(O00l) {
		return this.invoke("UploadFile", {"O00l":O00l}, this.UploadFile.getArguments().slice(1));
	},
	url: '/ajaxpro/Webdisk.mypane,Webdisk.ashx'
}));
Webdisk.mypane = new Webdisk.mypane_class();


