using System; using System.CodeDom.Compiler; using System.ComponentModel; using System.Data; using System.Diagnostics; namespace SPCwebServiceDll.spcwebapi { //[GeneratedCode(/*Could not decode attribute arguments.*/)] [DebuggerStepThrough] [DesignerCategory(/*Could not decode attribute arguments.*/)] public class getspclevelCompletedEventArgs : AsyncCompletedEventArgs { private object[] results; public DataSet Result { get { RaiseExceptionIfNecessary(); return (DataSet)results[0]; } } internal getspclevelCompletedEventArgs(object[] results, Exception exception, bool cancelled, object userState) : base(exception, cancelled, userState) { this.results = results; } } }