namespace MyEmployeePortal { public partial class MyCombiPart : Microsoft.Navision.EmployeePortal.WebPartLibrary.BasePart { public override void Action_ConfigurationUpdated() { throw new Exception("The method or operation is not implemented."); } } }
'MyCombiPart' does not implement inherited abstract member 'Microsoft.Navision.EmployeePortal.WebPartLibrary.BasePart.Action_Command(object, System.Web.UI.WebControls.CommandEventArgs) 'MyCombiPart' does not implement inherited abstract member 'Microsoft.Navision.EmployeePortal.WebPartLibrary.BasePart.Action_SortCommand(object, System.Web.UI.WebControls.CommandEventArgs)' 'MyCombiPart' does not implement inherited abstract member 'Microsoft.Navision.EmployeePortal.WebPartLibrary.BasePart.Action_PageCommand(object, System.Web.UI.WebControls.CommandEventArgs)' 'MyCombiPart' does not implement inherited abstract member 'Microsoft.Navision.EmployeePortal.WebPartLibrary.BasePart.Action_PageCommandSelect(object, System.EventArgs)'
Comments