using System; using System.Collections.Generic; using System.Linq; using System.Web; using System.Web.UI; using System.Web.UI.WebControls; using CoreSavingLibrary; namespace Saving.Applications.atm_offline.ws_amtoff_post_ctrl { public partial class ws_amtoff_post : PageWebSheet, WebSheet { public void InitJsPostBack() { } public void WebSheetLoadBegin() { } public void CheckJsPostBack(string eventArg) { } public void SaveWebSheet() { } public void WebSheetLoadEnd() { } } }