addNamespace("GolfOnLife.Match.Modules.Match_ascx");
GolfOnLife.Match.Modules.Match_ascx.PreGroupSet_class = Class.create();
GolfOnLife.Match.Modules.Match_ascx.PreGroupSet_class.prototype = (new AjaxPro.Request()).extend({
	UpdateMacthPlayer: function(MatchID, PlayerID, GroupRow, GroupColumn, callback) {
		return this.invoke("UpdateMacthPlayer", {"MatchID":MatchID, "PlayerID":PlayerID, "GroupRow":GroupRow, "GroupColumn":GroupColumn}, callback);
	},
	initialize: function() {
		this.url = "/ajaxpro/GolfOnLife.Match.Modules.Match_ascx.PreGroupSet,GolfOnLife.Match.ashx";
	}
})
GolfOnLife.Match.Modules.Match_ascx.PreGroupSet = new GolfOnLife.Match.Modules.Match_ascx.PreGroupSet_class();


