using System; using CoreSavingLibrary; using System.Collections; using System.Configuration; using System.Data; using System.Linq; using System.Web; using System.Web.Security; using System.Web.UI; using System.Web.UI.WebControls; using System.Web.UI.WebControls.WebParts; using System.Web.UI.HtmlControls; using System.Xml.Linq; using DataLibrary; namespace Saving.Applications.hr { public partial class w_sheet_hr_emplinfodea : PageWebSheet, WebSheet { #region WebSheet Members public void InitJsPostBack() { throw new NotImplementedException(); } public void WebSheetLoadBegin() { throw new NotImplementedException(); } public void CheckJsPostBack(string eventArg) { throw new NotImplementedException(); } public void SaveWebSheet() { throw new NotImplementedException(); } public void WebSheetLoadEnd() { throw new NotImplementedException(); } #endregion } }