//------------------------------------------------------------------------------
// <auto-generated>
//     This code was generated by a tool.
//     Runtime Version:2.0.50727.3082
//
//     Changes to this file may cause incorrect behavior and will be lost if
//     the code is regenerated.
// </auto-generated>
//------------------------------------------------------------------------------

#pragma warning disable 1591

namespace PDFGenerator.BusinessLayer.DataSection {
    
    
    /// <summary>
    ///Represents a strongly typed in-memory cache of data.
    ///</summary>
    [global::System.CodeDom.Compiler.GeneratedCodeAttribute("System.Data.Design.TypedDataSetGenerator", "2.0.0.0")]
    [global::System.Serializable()]
    [global::System.ComponentModel.DesignerCategoryAttribute("code")]
    [global::System.ComponentModel.ToolboxItem(true)]
    [global::System.Xml.Serialization.XmlSchemaProviderAttribute("GetTypedDataSetSchema")]
    [global::System.Xml.Serialization.XmlRootAttribute("DataSetS2")]
    [global::System.ComponentModel.Design.HelpKeywordAttribute("vs.data.DataSet")]
    public partial class DataSetS2 : global::System.Data.DataSet {
        
        private MacroAssetClassDataTable tableMacroAssetClass;
        
        private MacroAssetTotaleDataTable tableMacroAssetTotale;
        
        private RisorsePercentualiDataTable tableRisorsePercentuali;
        
        private PatrimonioNonRappresentabileDataTable tablePatrimonioNonRappresentabile;
        
        private TotaleDataTable tableTotale;
        
        private ContoCorrenteBancaFideuramDataTable tableContoCorrenteBancaFideuram;
        
        private PartiteViaggiantiDataTable tablePartiteViaggianti;
        
        private global::System.Data.SchemaSerializationMode _schemaSerializationMode = global::System.Data.SchemaSerializationMode.IncludeSchema;
        
        [global::System.Diagnostics.DebuggerNonUserCodeAttribute()]
        public DataSetS2() {
            this.BeginInit();
            this.InitClass();
            global::System.ComponentModel.CollectionChangeEventHandler schemaChangedHandler = new global::System.ComponentModel.CollectionChangeEventHandler(this.SchemaChanged);
            base.Tables.CollectionChanged += schemaChangedHandler;
            base.Relations.CollectionChanged += schemaChangedHandler;
            this.EndInit();
        }
        
        [global::System.Diagnostics.DebuggerNonUserCodeAttribute()]
        protected DataSetS2(global::System.Runtime.Serialization.SerializationInfo info, global::System.Runtime.Serialization.StreamingContext context) : 
                base(info, context, false) {
            if ((this.IsBinarySerialized(info, context) == true)) {
                this.InitVars(false);
                global::System.ComponentModel.CollectionChangeEventHandler schemaChangedHandler1 = new global::System.ComponentModel.CollectionChangeEventHandler(this.SchemaChanged);
                this.Tables.CollectionChanged += schemaChangedHandler1;
                this.Relations.CollectionChanged += schemaChangedHandler1;
                return;
            }
            string strSchema = ((string)(info.GetValue("XmlSchema", typeof(string))));
            if ((this.DetermineSchemaSerializationMode(info, context) == global::System.Data.SchemaSerializationMode.IncludeSchema)) {
                global::System.Data.DataSet ds = new global::System.Data.DataSet();
                ds.ReadXmlSchema(new global::System.Xml.XmlTextReader(new global::System.IO.StringReader(strSchema)));
                if ((ds.Tables["MacroAssetClass"] != null)) {
                    base.Tables.Add(new MacroAssetClassDataTable(ds.Tables["MacroAssetClass"]));
                }
                if ((ds.Tables["MacroAssetTotale"] != null)) {
                    base.Tables.Add(new MacroAssetTotaleDataTable(ds.Tables["MacroAssetTotale"]));
                }
                if ((ds.Tables["RisorsePercentuali"] != null)) {
                    base.Tables.Add(new RisorsePercentualiDataTable(ds.Tables["RisorsePercentuali"]));
                }
                if ((ds.Tables["PatrimonioNonRappresentabile"] != null)) {
                    base.Tables.Add(new PatrimonioNonRappresentabileDataTable(ds.Tables["PatrimonioNonRappresentabile"]));
                }
                if ((ds.Tables["Totale"] != null)) {
                    base.Tables.Add(new TotaleDataTable(ds.Tables["Totale"]));
                }
                if ((ds.Tables["ContoCorrenteBancaFideuram"] != null)) {
                    base.Tables.Add(new ContoCorrenteBancaFideuramDataTable(ds.Tables["ContoCorrenteBancaFideuram"]));
                }
                if ((ds.Tables["PartiteViaggianti"] != null)) {
                    base.Tables.Add(new PartiteViaggiantiDataTable(ds.Tables["PartiteViaggianti"]));
                }
                this.DataSetName = ds.DataSetName;
                this.Prefix = ds.Prefix;
                this.Namespace = ds.Namespace;
                this.Locale = ds.Locale;
                this.CaseSensitive = ds.CaseSensitive;
                this.EnforceConstraints = ds.EnforceConstraints;
                this.Merge(ds, false, global::System.Data.MissingSchemaAction.Add);
                this.InitVars();
            }
            else {
                this.ReadXmlSchema(new global::System.Xml.XmlTextReader(new global::System.IO.StringReader(strSchema)));
            }
            this.GetSerializationData(info, context);
            global::System.ComponentModel.CollectionChangeEventHandler schemaChangedHandler = new global::System.ComponentModel.CollectionChangeEventHandler(this.SchemaChanged);
            base.Tables.CollectionChanged += schemaChangedHandler;
            this.Relations.CollectionChanged += schemaChangedHandler;
        }
        
        [global::System.Diagnostics.DebuggerNonUserCodeAttribute()]
        [global::System.ComponentModel.Browsable(false)]
        [global::System.ComponentModel.DesignerSerializationVisibility(global::System.ComponentModel.DesignerSerializationVisibility.Content)]
        public MacroAssetClassDataTable MacroAssetClass {
            get {
                return this.tableMacroAssetClass;
            }
        }
        
        [global::System.Diagnostics.DebuggerNonUserCodeAttribute()]
        [global::System.ComponentModel.Browsable(false)]
        [global::System.ComponentModel.DesignerSerializationVisibility(global::System.ComponentModel.DesignerSerializationVisibility.Content)]
        public MacroAssetTotaleDataTable MacroAssetTotale {
            get {
                return this.tableMacroAssetTotale;
            }
        }
        
        [global::System.Diagnostics.DebuggerNonUserCodeAttribute()]
        [global::System.ComponentModel.Browsable(false)]
        [global::System.ComponentModel.DesignerSerializationVisibility(global::System.ComponentModel.DesignerSerializationVisibility.Content)]
        public RisorsePercentualiDataTable RisorsePercentuali {
            get {
                return this.tableRisorsePercentuali;
            }
        }
        
        [global::System.Diagnostics.DebuggerNonUserCodeAttribute()]
        [global::System.ComponentModel.Browsable(false)]
        [global::System.ComponentModel.DesignerSerializationVisibility(global::System.ComponentModel.DesignerSerializationVisibility.Content)]
        public PatrimonioNonRappresentabileDataTable PatrimonioNonRappresentabile {
            get {
                return this.tablePatrimonioNonRappresentabile;
            }
        }
        
        [global::System.Diagnostics.DebuggerNonUserCodeAttribute()]
        [global::System.ComponentModel.Browsable(false)]
        [global::System.ComponentModel.DesignerSerializationVisibility(global::System.ComponentModel.DesignerSerializationVisibility.Content)]
        public TotaleDataTable Totale {
            get {
                return this.tableTotale;
            }
        }
        
        [global::System.Diagnostics.DebuggerNonUserCodeAttribute()]
        [global::System.ComponentModel.Browsable(false)]
        [global::System.ComponentModel.DesignerSerializationVisibility(global::System.ComponentModel.DesignerSerializationVisibility.Content)]
        public ContoCorrenteBancaFideuramDataTable ContoCorrenteBancaFideuram {
            get {
                return this.tableContoCorrenteBancaFideuram;
            }
        }
        
        [global::System.Diagnostics.DebuggerNonUserCodeAttribute()]
        [global::System.ComponentModel.Browsable(false)]
        [global::System.ComponentModel.DesignerSerializationVisibility(global::System.ComponentModel.DesignerSerializationVisibility.Content)]
        public PartiteViaggiantiDataTable PartiteViaggianti {
            get {
                return this.tablePartiteViaggianti;
            }
        }
        
        [global::System.Diagnostics.DebuggerNonUserCodeAttribute()]
        [global::System.ComponentModel.BrowsableAttribute(true)]
        [global::System.ComponentModel.DesignerSerializationVisibilityAttribute(global::System.ComponentModel.DesignerSerializationVisibility.Visible)]
        public override global::System.Data.SchemaSerializationMode SchemaSerializationMode {
            get {
                return this._schemaSerializationMode;
            }
            set {
                this._schemaSerializationMode = value;
            }
        }
        
        [global::System.Diagnostics.DebuggerNonUserCodeAttribute()]
        [global::System.ComponentModel.DesignerSerializationVisibilityAttribute(global::System.ComponentModel.DesignerSerializationVisibility.Hidden)]
        public new global::System.Data.DataTableCollection Tables {
            get {
                return base.Tables;
            }
        }
        
        [global::System.Diagnostics.DebuggerNonUserCodeAttribute()]
        [global::System.ComponentModel.DesignerSerializationVisibilityAttribute(global::System.ComponentModel.DesignerSerializationVisibility.Hidden)]
        public new global::System.Data.DataRelationCollection Relations {
            get {
                return base.Relations;
            }
        }
        
        [global::System.Diagnostics.DebuggerNonUserCodeAttribute()]
        protected override void InitializeDerivedDataSet() {
            this.BeginInit();
            this.InitClass();
            this.EndInit();
        }
        
        [global::System.Diagnostics.DebuggerNonUserCodeAttribute()]
        public override global::System.Data.DataSet Clone() {
            DataSetS2 cln = ((DataSetS2)(base.Clone()));
            cln.InitVars();
            cln.SchemaSerializationMode = this.SchemaSerializationMode;
            return cln;
        }
        
        [global::System.Diagnostics.DebuggerNonUserCodeAttribute()]
        protected override bool ShouldSerializeTables() {
            return false;
        }
        
        [global::System.Diagnostics.DebuggerNonUserCodeAttribute()]
        protected override bool ShouldSerializeRelations() {
            return false;
        }
        
        [global::System.Diagnostics.DebuggerNonUserCodeAttribute()]
        protected override void ReadXmlSerializable(global::System.Xml.XmlReader reader) {
            if ((this.DetermineSchemaSerializationMode(reader) == global::System.Data.SchemaSerializationMode.IncludeSchema)) {
                this.Reset();
                global::System.Data.DataSet ds = new global::System.Data.DataSet();
                ds.ReadXml(reader);
                if ((ds.Tables["MacroAssetClass"] != null)) {
                    base.Tables.Add(new MacroAssetClassDataTable(ds.Tables["MacroAssetClass"]));
                }
                if ((ds.Tables["MacroAssetTotale"] != null)) {
                    base.Tables.Add(new MacroAssetTotaleDataTable(ds.Tables["MacroAssetTotale"]));
                }
                if ((ds.Tables["RisorsePercentuali"] != null)) {
                    base.Tables.Add(new RisorsePercentualiDataTable(ds.Tables["RisorsePercentuali"]));
                }
                if ((ds.Tables["PatrimonioNonRappresentabile"] != null)) {
                    base.Tables.Add(new PatrimonioNonRappresentabileDataTable(ds.Tables["PatrimonioNonRappresentabile"]));
                }
                if ((ds.Tables["Totale"] != null)) {
                    base.Tables.Add(new TotaleDataTable(ds.Tables["Totale"]));
                }
                if ((ds.Tables["ContoCorrenteBancaFideuram"] != null)) {
                    base.Tables.Add(new ContoCorrenteBancaFideuramDataTable(ds.Tables["ContoCorrenteBancaFideuram"]));
                }
                if ((ds.Tables["PartiteViaggianti"] != null)) {
                    base.Tables.Add(new PartiteViaggiantiDataTable(ds.Tables["PartiteViaggianti"]));
                }
                this.DataSetName = ds.DataSetName;
                this.Prefix = ds.Prefix;
                this.Namespace = ds.Namespace;
                this.Locale = ds.Locale;
                this.CaseSensitive = ds.CaseSensitive;
                this.EnforceConstraints = ds.EnforceConstraints;
                this.Merge(ds, false, global::System.Data.MissingSchemaAction.Add);
                this.InitVars();
            }
            else {
                this.ReadXml(reader);
                this.InitVars();
            }
        }
        
        [global::System.Diagnostics.DebuggerNonUserCodeAttribute()]
        protected override global::System.Xml.Schema.XmlSchema GetSchemaSerializable() {
global::System.IO.MemoryStream stream = new global::System.IO.MemoryStream();
this.WriteXmlSchema(new global::System.Xml.XmlTextWriter(stream, null));
stream.Position = 0;
return global::System.Xml.Schema.XmlSchema.Read(new global::System.Xml.XmlTextReader(stream), null);
        }
        
        [global::System.Diagnostics.DebuggerNonUserCodeAttribute()]
        internal void InitVars() {
            this.InitVars(true);
        }
        
        [global::System.Diagnostics.DebuggerNonUserCodeAttribute()]
        internal void InitVars(bool initTable) {
            this.tableMacroAssetClass = ((MacroAssetClassDataTable)(base.Tables["MacroAssetClass"]));
            if ((initTable == true)) {
                if ((this.tableMacroAssetClass != null)) {
                    this.tableMacroAssetClass.InitVars();
                }
            }
            this.tableMacroAssetTotale = ((MacroAssetTotaleDataTable)(base.Tables["MacroAssetTotale"]));
            if ((initTable == true)) {
                if ((this.tableMacroAssetTotale != null)) {
                    this.tableMacroAssetTotale.InitVars();
                }
            }
            this.tableRisorsePercentuali = ((RisorsePercentualiDataTable)(base.Tables["RisorsePercentuali"]));
            if ((initTable == true)) {
                if ((this.tableRisorsePercentuali != null)) {
                    this.tableRisorsePercentuali.InitVars();
                }
            }
            this.tablePatrimonioNonRappresentabile = ((PatrimonioNonRappresentabileDataTable)(base.Tables["PatrimonioNonRappresentabile"]));
            if ((initTable == true)) {
                if ((this.tablePatrimonioNonRappresentabile != null)) {
                    this.tablePatrimonioNonRappresentabile.InitVars();
                }
            }
            this.tableTotale = ((TotaleDataTable)(base.Tables["Totale"]));
            if ((initTable == true)) {
                if ((this.tableTotale != null)) {
                    this.tableTotale.InitVars();
                }
            }
            this.tableContoCorrenteBancaFideuram = ((ContoCorrenteBancaFideuramDataTable)(base.Tables["ContoCorrenteBancaFideuram"]));
            if ((initTable == true)) {
                if ((this.tableContoCorrenteBancaFideuram != null)) {
                    this.tableContoCorrenteBancaFideuram.InitVars();
                }
            }
            this.tablePartiteViaggianti = ((PartiteViaggiantiDataTable)(base.Tables["PartiteViaggianti"]));
            if ((initTable == true)) {
                if ((this.tablePartiteViaggianti != null)) {
                    this.tablePartiteViaggianti.InitVars();
                }
            }
        }
        
        [global::System.Diagnostics.DebuggerNonUserCodeAttribute()]
        private void InitClass() {
            this.DataSetName = "DataSetS2";
            this.Prefix = "";
            this.Namespace = "http://tempuri.org/DataSetS2.xsd";
            this.EnforceConstraints = true;
            this.SchemaSerializationMode = global::System.Data.SchemaSerializationMode.IncludeSchema;
            this.tableMacroAssetClass = new MacroAssetClassDataTable();
            base.Tables.Add(this.tableMacroAssetClass);
            this.tableMacroAssetTotale = new MacroAssetTotaleDataTable();
            base.Tables.Add(this.tableMacroAssetTotale);
            this.tableRisorsePercentuali = new RisorsePercentualiDataTable();
            base.Tables.Add(this.tableRisorsePercentuali);
            this.tablePatrimonioNonRappresentabile = new PatrimonioNonRappresentabileDataTable();
            base.Tables.Add(this.tablePatrimonioNonRappresentabile);
            this.tableTotale = new TotaleDataTable();
            base.Tables.Add(this.tableTotale);
            this.tableContoCorrenteBancaFideuram = new ContoCorrenteBancaFideuramDataTable();
            base.Tables.Add(this.tableContoCorrenteBancaFideuram);
            this.tablePartiteViaggianti = new PartiteViaggiantiDataTable();
            base.Tables.Add(this.tablePartiteViaggianti);
        }
        
        [global::System.Diagnostics.DebuggerNonUserCodeAttribute()]
        private bool ShouldSerializeMacroAssetClass() {
            return false;
        }
        
        [global::System.Diagnostics.DebuggerNonUserCodeAttribute()]
        private bool ShouldSerializeMacroAssetTotale() {
            return false;
        }
        
        [global::System.Diagnostics.DebuggerNonUserCodeAttribute()]
        private bool ShouldSerializeRisorsePercentuali() {
            return false;
        }
        
        [global::System.Diagnostics.DebuggerNonUserCodeAttribute()]
        private bool ShouldSerializePatrimonioNonRappresentabile() {
            return false;
        }
        
        [global::System.Diagnostics.DebuggerNonUserCodeAttribute()]
        private bool ShouldSerializeTotale() {
            return false;
        }
        
        [global::System.Diagnostics.DebuggerNonUserCodeAttribute()]
        private bool ShouldSerializeContoCorrenteBancaFideuram() {
            return false;
        }
        
        [global::System.Diagnostics.DebuggerNonUserCodeAttribute()]
        private bool ShouldSerializePartiteViaggianti() {
            return false;
        }
        
        [global::System.Diagnostics.DebuggerNonUserCodeAttribute()]
        private void SchemaChanged(object sender, global::System.ComponentModel.CollectionChangeEventArgs e) {
            if ((e.Action == global::System.ComponentModel.CollectionChangeAction.Remove)) {
                this.InitVars();
            }
        }
        
        [global::System.Diagnostics.DebuggerNonUserCodeAttribute()]
        public static global::System.Xml.Schema.XmlSchemaComplexType GetTypedDataSetSchema(global::System.Xml.Schema.XmlSchemaSet xs) {
            DataSetS2 ds = new DataSetS2();
            global::System.Xml.Schema.XmlSchemaComplexType type = new global::System.Xml.Schema.XmlSchemaComplexType();
            global::System.Xml.Schema.XmlSchemaSequence sequence = new global::System.Xml.Schema.XmlSchemaSequence();
            global::System.Xml.Schema.XmlSchemaAny any = new global::System.Xml.Schema.XmlSchemaAny();
            any.Namespace = ds.Namespace;
            sequence.Items.Add(any);
            type.Particle = sequence;
            global::System.Xml.Schema.XmlSchema dsSchema = ds.GetSchemaSerializable();
            if (xs.Contains(dsSchema.TargetNamespace)) {
                global::System.IO.MemoryStream s1 = new global::System.IO.MemoryStream();
                global::System.IO.MemoryStream s2 = new global::System.IO.MemoryStream();
                try {
                    global::System.Xml.Schema.XmlSchema schema = null;
                    dsSchema.Write(s1);
                    for (global::System.Collections.IEnumerator schemas = xs.Schemas(dsSchema.TargetNamespace).GetEnumerator(); schemas.MoveNext(); ) {
                        schema = ((global::System.Xml.Schema.XmlSchema)(schemas.Current));
                        s2.SetLength(0);
                        schema.Write(s2);
                        if ((s1.Length == s2.Length)) {
                            s1.Position = 0;
                            s2.Position = 0;
                            for (; ((s1.Position != s1.Length) 
                                        && (s1.ReadByte() == s2.ReadByte())); ) {
                                ;
                            }
                            if ((s1.Position == s1.Length)) {
                                return type;
                            }
                        }
                    }
                }
                finally {
                    if ((s1 != null)) {
                        s1.Close();
                    }
                    if ((s2 != null)) {
                        s2.Close();
                    }
                }
            }
            xs.Add(dsSchema);
            return type;
        }
        
        public delegate void MacroAssetClassRowChangeEventHandler(object sender, MacroAssetClassRowChangeEvent e);
        
        public delegate void MacroAssetTotaleRowChangeEventHandler(object sender, MacroAssetTotaleRowChangeEvent e);
        
        public delegate void RisorsePercentualiRowChangeEventHandler(object sender, RisorsePercentualiRowChangeEvent e);
        
        public delegate void PatrimonioNonRappresentabileRowChangeEventHandler(object sender, PatrimonioNonRappresentabileRowChangeEvent e);
        
        public delegate void TotaleRowChangeEventHandler(object sender, TotaleRowChangeEvent e);
        
        public delegate void ContoCorrenteBancaFideuramRowChangeEventHandler(object sender, ContoCorrenteBancaFideuramRowChangeEvent e);
        
        public delegate void PartiteViaggiantiRowChangeEventHandler(object sender, PartiteViaggiantiRowChangeEvent e);
        
        /// <summary>
        ///Represents the strongly named DataTable class.
        ///</summary>
        [global::System.CodeDom.Compiler.GeneratedCodeAttribute("System.Data.Design.TypedDataSetGenerator", "2.0.0.0")]
        [global::System.Serializable()]
        [global::System.Xml.Serialization.XmlSchemaProviderAttribute("GetTypedTableSchema")]
        public partial class MacroAssetClassDataTable : global::System.Data.DataTable, global::System.Collections.IEnumerable {
            
            private global::System.Data.DataColumn columnDescrizione;
            
            private global::System.Data.DataColumn columnControvalore;
            
            private global::System.Data.DataColumn columnPercentuale;
            
            private global::System.Data.DataColumn columnRed;
            
            private global::System.Data.DataColumn columnGreen;
            
            private global::System.Data.DataColumn columnBlue;
            
            [global::System.Diagnostics.DebuggerNonUserCodeAttribute()]
            public MacroAssetClassDataTable() {
                this.TableName = "MacroAssetClass";
                this.BeginInit();
                this.InitClass();
                this.EndInit();
            }
            
            [global::System.Diagnostics.DebuggerNonUserCodeAttribute()]
            internal MacroAssetClassDataTable(global::System.Data.DataTable table) {
                this.TableName = table.TableName;
                if ((table.CaseSensitive != table.DataSet.CaseSensitive)) {
                    this.CaseSensitive = table.CaseSensitive;
                }
                if ((table.Locale.ToString() != table.DataSet.Locale.ToString())) {
                    this.Locale = table.Locale;
                }
                if ((table.Namespace != table.DataSet.Namespace)) {
                    this.Namespace = table.Namespace;
                }
                this.Prefix = table.Prefix;
                this.MinimumCapacity = table.MinimumCapacity;
            }
            
            [global::System.Diagnostics.DebuggerNonUserCodeAttribute()]
            protected MacroAssetClassDataTable(global::System.Runtime.Serialization.SerializationInfo info, global::System.Runtime.Serialization.StreamingContext context) : 
                    base(info, context) {
                this.InitVars();
            }
            
            [global::System.Diagnostics.DebuggerNonUserCodeAttribute()]
            public global::System.Data.DataColumn DescrizioneColumn {
                get {
                    return this.columnDescrizione;
                }
            }
            
            [global::System.Diagnostics.DebuggerNonUserCodeAttribute()]
            public global::System.Data.DataColumn ControvaloreColumn {
                get {
                    return this.columnControvalore;
                }
            }
            
            [global::System.Diagnostics.DebuggerNonUserCodeAttribute()]
            public global::System.Data.DataColumn PercentualeColumn {
                get {
                    return this.columnPercentuale;
                }
            }
            
            [global::System.Diagnostics.DebuggerNonUserCodeAttribute()]
            public global::System.Data.DataColumn RedColumn {
                get {
                    return this.columnRed;
                }
            }
            
            [global::System.Diagnostics.DebuggerNonUserCodeAttribute()]
            public global::System.Data.DataColumn GreenColumn {
                get {
                    return this.columnGreen;
                }
            }
            
            [global::System.Diagnostics.DebuggerNonUserCodeAttribute()]
            public global::System.Data.DataColumn BlueColumn {
                get {
                    return this.columnBlue;
                }
            }
            
            [global::System.Diagnostics.DebuggerNonUserCodeAttribute()]
            [global::System.ComponentModel.Browsable(false)]
            public int Count {
                get {
                    return this.Rows.Count;
                }
            }
            
            [global::System.Diagnostics.DebuggerNonUserCodeAttribute()]
            public MacroAssetClassRow this[int index] {
                get {
                    return ((MacroAssetClassRow)(this.Rows[index]));
                }
            }
            
            public event MacroAssetClassRowChangeEventHandler MacroAssetClassRowChanging;
            
            public event MacroAssetClassRowChangeEventHandler MacroAssetClassRowChanged;
            
            public event MacroAssetClassRowChangeEventHandler MacroAssetClassRowDeleting;
            
            public event MacroAssetClassRowChangeEventHandler MacroAssetClassRowDeleted;
            
            [global::System.Diagnostics.DebuggerNonUserCodeAttribute()]
            public void AddMacroAssetClassRow(MacroAssetClassRow row) {
                this.Rows.Add(row);
            }
            
            [global::System.Diagnostics.DebuggerNonUserCodeAttribute()]
            public MacroAssetClassRow AddMacroAssetClassRow(string Descrizione, decimal Controvalore, decimal Percentuale, int Red, int Green, int Blue) {
                MacroAssetClassRow rowMacroAssetClassRow = ((MacroAssetClassRow)(this.NewRow()));
                object[] columnValuesArray = new object[] {
                        Descrizione,
                        Controvalore,
                        Percentuale,
                        Red,
                        Green,
                        Blue};
                rowMacroAssetClassRow.ItemArray = columnValuesArray;
                this.Rows.Add(rowMacroAssetClassRow);
                return rowMacroAssetClassRow;
            }
            
            [global::System.Diagnostics.DebuggerNonUserCodeAttribute()]
            public virtual global::System.Collections.IEnumerator GetEnumerator() {
                return this.Rows.GetEnumerator();
            }
            
            [global::System.Diagnostics.DebuggerNonUserCodeAttribute()]
            public override global::System.Data.DataTable Clone() {
                MacroAssetClassDataTable cln = ((MacroAssetClassDataTable)(base.Clone()));
                cln.InitVars();
                return cln;
            }
            
            [global::System.Diagnostics.DebuggerNonUserCodeAttribute()]
            protected override global::System.Data.DataTable CreateInstance() {
                return new MacroAssetClassDataTable();
            }
            
            [global::System.Diagnostics.DebuggerNonUserCodeAttribute()]
            internal void InitVars() {
                this.columnDescrizione = base.Columns["Descrizione"];
                this.columnControvalore = base.Columns["Controvalore"];
                this.columnPercentuale = base.Columns["Percentuale"];
                this.columnRed = base.Columns["Red"];
                this.columnGreen = base.Columns["Green"];
                this.columnBlue = base.Columns["Blue"];
            }
            
            [global::System.Diagnostics.DebuggerNonUserCodeAttribute()]
            private void InitClass() {
                this.columnDescrizione = new global::System.Data.DataColumn("Descrizione", typeof(string), null, global::System.Data.MappingType.Element);
                base.Columns.Add(this.columnDescrizione);
                this.columnControvalore = new global::System.Data.DataColumn("Controvalore", typeof(decimal), null, global::System.Data.MappingType.Element);
                base.Columns.Add(this.columnControvalore);
                this.columnPercentuale = new global::System.Data.DataColumn("Percentuale", typeof(decimal), null, global::System.Data.MappingType.Element);
                base.Columns.Add(this.columnPercentuale);
                this.columnRed = new global::System.Data.DataColumn("Red", typeof(int), null, global::System.Data.MappingType.Element);
                base.Columns.Add(this.columnRed);
                this.columnGreen = new global::System.Data.DataColumn("Green", typeof(int), null, global::System.Data.MappingType.Element);
                base.Columns.Add(this.columnGreen);
                this.columnBlue = new global::System.Data.DataColumn("Blue", typeof(int), null, global::System.Data.MappingType.Element);
                base.Columns.Add(this.columnBlue);
                this.columnDescrizione.Caption = "Macro asset class";
                this.columnPercentuale.Caption = "Peso <br> %  &nbsp;";
            }
            
            [global::System.Diagnostics.DebuggerNonUserCodeAttribute()]
            public MacroAssetClassRow NewMacroAssetClassRow() {
                return ((MacroAssetClassRow)(this.NewRow()));
            }
            
            [global::System.Diagnostics.DebuggerNonUserCodeAttribute()]
            protected override global::System.Data.DataRow NewRowFromBuilder(global::System.Data.DataRowBuilder builder) {
                return new MacroAssetClassRow(builder);
            }
            
            [global::System.Diagnostics.DebuggerNonUserCodeAttribute()]
            protected override global::System.Type GetRowType() {
                return typeof(MacroAssetClassRow);
            }
            
            [global::System.Diagnostics.DebuggerNonUserCodeAttribute()]
            protected override void OnRowChanged(global::System.Data.DataRowChangeEventArgs e) {
                base.OnRowChanged(e);
                if ((this.MacroAssetClassRowChanged != null)) {
                    this.MacroAssetClassRowChanged(this, new MacroAssetClassRowChangeEvent(((MacroAssetClassRow)(e.Row)), e.Action));
                }
            }
            
            [global::System.Diagnostics.DebuggerNonUserCodeAttribute()]
            protected override void OnRowChanging(global::System.Data.DataRowChangeEventArgs e) {
                base.OnRowChanging(e);
                if ((this.MacroAssetClassRowChanging != null)) {
                    this.MacroAssetClassRowChanging(this, new MacroAssetClassRowChangeEvent(((MacroAssetClassRow)(e.Row)), e.Action));
                }
            }
            
            [global::System.Diagnostics.DebuggerNonUserCodeAttribute()]
            protected override void OnRowDeleted(global::System.Data.DataRowChangeEventArgs e) {
                base.OnRowDeleted(e);
                if ((this.MacroAssetClassRowDeleted != null)) {
                    this.MacroAssetClassRowDeleted(this, new MacroAssetClassRowChangeEvent(((MacroAssetClassRow)(e.Row)), e.Action));
                }
            }
            
            [global::System.Diagnostics.DebuggerNonUserCodeAttribute()]
            protected override void OnRowDeleting(global::System.Data.DataRowChangeEventArgs e) {
                base.OnRowDeleting(e);
                if ((this.MacroAssetClassRowDeleting != null)) {
                    this.MacroAssetClassRowDeleting(this, new MacroAssetClassRowChangeEvent(((MacroAssetClassRow)(e.Row)), e.Action));
                }
            }
            
            [global::System.Diagnostics.DebuggerNonUserCodeAttribute()]
            public void RemoveMacroAssetClassRow(MacroAssetClassRow row) {
                this.Rows.Remove(row);
            }
            
            [global::System.Diagnostics.DebuggerNonUserCodeAttribute()]
            public static global::System.Xml.Schema.XmlSchemaComplexType GetTypedTableSchema(global::System.Xml.Schema.XmlSchemaSet xs) {
                global::System.Xml.Schema.XmlSchemaComplexType type = new global::System.Xml.Schema.XmlSchemaComplexType();
                global::System.Xml.Schema.XmlSchemaSequence sequence = new global::System.Xml.Schema.XmlSchemaSequence();
                DataSetS2 ds = new DataSetS2();
                global::System.Xml.Schema.XmlSchemaAny any1 = new global::System.Xml.Schema.XmlSchemaAny();
                any1.Namespace = "http://www.w3.org/2001/XMLSchema";
                any1.MinOccurs = new decimal(0);
                any1.MaxOccurs = decimal.MaxValue;
                any1.ProcessContents = global::System.Xml.Schema.XmlSchemaContentProcessing.Lax;
                sequence.Items.Add(any1);
                global::System.Xml.Schema.XmlSchemaAny any2 = new global::System.Xml.Schema.XmlSchemaAny();
                any2.Namespace = "urn:schemas-microsoft-com:xml-diffgram-v1";
                any2.MinOccurs = new decimal(1);
                any2.ProcessContents = global::System.Xml.Schema.XmlSchemaContentProcessing.Lax;
                sequence.Items.Add(any2);
                global::System.Xml.Schema.XmlSchemaAttribute attribute1 = new global::System.Xml.Schema.XmlSchemaAttribute();
                attribute1.Name = "namespace";
                attribute1.FixedValue = ds.Namespace;
                type.Attributes.Add(attribute1);
                global::System.Xml.Schema.XmlSchemaAttribute attribute2 = new global::System.Xml.Schema.XmlSchemaAttribute();
                attribute2.Name = "tableTypeName";
                attribute2.FixedValue = "MacroAssetClassDataTable";
                type.Attributes.Add(attribute2);
                type.Particle = sequence;
                global::System.Xml.Schema.XmlSchema dsSchema = ds.GetSchemaSerializable();
                if (xs.Contains(dsSchema.TargetNamespace)) {
                    global::System.IO.MemoryStream s1 = new global::System.IO.MemoryStream();
                    global::System.IO.MemoryStream s2 = new global::System.IO.MemoryStream();
                    try {
                        global::System.Xml.Schema.XmlSchema schema = null;
                        dsSchema.Write(s1);
                        for (global::System.Collections.IEnumerator schemas = xs.Schemas(dsSchema.TargetNamespace).GetEnumerator(); schemas.MoveNext(); ) {
                            schema = ((global::System.Xml.Schema.XmlSchema)(schemas.Current));
                            s2.SetLength(0);
                            schema.Write(s2);
                            if ((s1.Length == s2.Length)) {
                                s1.Position = 0;
                                s2.Position = 0;
                                for (; ((s1.Position != s1.Length) 
                                            && (s1.ReadByte() == s2.ReadByte())); ) {
                                    ;
                                }
                                if ((s1.Position == s1.Length)) {
                                    return type;
                                }
                            }
                        }
                    }
                    finally {
                        if ((s1 != null)) {
                            s1.Close();
                        }
                        if ((s2 != null)) {
                            s2.Close();
                        }
                    }
                }
                xs.Add(dsSchema);
                return type;
            }
        }
        
        /// <summary>
        ///Represents the strongly named DataTable class.
        ///</summary>
        [global::System.CodeDom.Compiler.GeneratedCodeAttribute("System.Data.Design.TypedDataSetGenerator", "2.0.0.0")]
        [global::System.Serializable()]
        [global::System.Xml.Serialization.XmlSchemaProviderAttribute("GetTypedTableSchema")]
        public partial class MacroAssetTotaleDataTable : global::System.Data.DataTable, global::System.Collections.IEnumerable {
            
            private global::System.Data.DataColumn columnTotale;
            
            private global::System.Data.DataColumn columnControvalore;
            
            private global::System.Data.DataColumn columnPercentuale;
            
            [global::System.Diagnostics.DebuggerNonUserCodeAttribute()]
            public MacroAssetTotaleDataTable() {
                this.TableName = "MacroAssetTotale";
                this.BeginInit();
                this.InitClass();
                this.EndInit();
            }
            
            [global::System.Diagnostics.DebuggerNonUserCodeAttribute()]
            internal MacroAssetTotaleDataTable(global::System.Data.DataTable table) {
                this.TableName = table.TableName;
                if ((table.CaseSensitive != table.DataSet.CaseSensitive)) {
                    this.CaseSensitive = table.CaseSensitive;
                }
                if ((table.Locale.ToString() != table.DataSet.Locale.ToString())) {
                    this.Locale = table.Locale;
                }
                if ((table.Namespace != table.DataSet.Namespace)) {
                    this.Namespace = table.Namespace;
                }
                this.Prefix = table.Prefix;
                this.MinimumCapacity = table.MinimumCapacity;
            }
            
            [global::System.Diagnostics.DebuggerNonUserCodeAttribute()]
            protected MacroAssetTotaleDataTable(global::System.Runtime.Serialization.SerializationInfo info, global::System.Runtime.Serialization.StreamingContext context) : 
                    base(info, context) {
                this.InitVars();
            }
            
            [global::System.Diagnostics.DebuggerNonUserCodeAttribute()]
            public global::System.Data.DataColumn TotaleColumn {
                get {
                    return this.columnTotale;
                }
            }
            
            [global::System.Diagnostics.DebuggerNonUserCodeAttribute()]
            public global::System.Data.DataColumn ControvaloreColumn {
                get {
                    return this.columnControvalore;
                }
            }
            
            [global::System.Diagnostics.DebuggerNonUserCodeAttribute()]
            public global::System.Data.DataColumn PercentualeColumn {
                get {
                    return this.columnPercentuale;
                }
            }
            
            [global::System.Diagnostics.DebuggerNonUserCodeAttribute()]
            [global::System.ComponentModel.Browsable(false)]
            public int Count {
                get {
                    return this.Rows.Count;
                }
            }
            
            [global::System.Diagnostics.DebuggerNonUserCodeAttribute()]
            public MacroAssetTotaleRow this[int index] {
                get {
                    return ((MacroAssetTotaleRow)(this.Rows[index]));
                }
            }
            
            public event MacroAssetTotaleRowChangeEventHandler MacroAssetTotaleRowChanging;
            
            public event MacroAssetTotaleRowChangeEventHandler MacroAssetTotaleRowChanged;
            
            public event MacroAssetTotaleRowChangeEventHandler MacroAssetTotaleRowDeleting;
            
            public event MacroAssetTotaleRowChangeEventHandler MacroAssetTotaleRowDeleted;
            
            [global::System.Diagnostics.DebuggerNonUserCodeAttribute()]
            public void AddMacroAssetTotaleRow(MacroAssetTotaleRow row) {
                this.Rows.Add(row);
            }
            
            [global::System.Diagnostics.DebuggerNonUserCodeAttribute()]
            public MacroAssetTotaleRow AddMacroAssetTotaleRow(string Totale, decimal Controvalore, decimal Percentuale) {
                MacroAssetTotaleRow rowMacroAssetTotaleRow = ((MacroAssetTotaleRow)(this.NewRow()));
                object[] columnValuesArray = new object[] {
                        Totale,
                        Controvalore,
                        Percentuale};
                rowMacroAssetTotaleRow.ItemArray = columnValuesArray;
                this.Rows.Add(rowMacroAssetTotaleRow);
                return rowMacroAssetTotaleRow;
            }
            
            [global::System.Diagnostics.DebuggerNonUserCodeAttribute()]
            public virtual global::System.Collections.IEnumerator GetEnumerator() {
                return this.Rows.GetEnumerator();
            }
            
            [global::System.Diagnostics.DebuggerNonUserCodeAttribute()]
            public override global::System.Data.DataTable Clone() {
                MacroAssetTotaleDataTable cln = ((MacroAssetTotaleDataTable)(base.Clone()));
                cln.InitVars();
                return cln;
            }
            
            [global::System.Diagnostics.DebuggerNonUserCodeAttribute()]
            protected override global::System.Data.DataTable CreateInstance() {
                return new MacroAssetTotaleDataTable();
            }
            
            [global::System.Diagnostics.DebuggerNonUserCodeAttribute()]
            internal void InitVars() {
                this.columnTotale = base.Columns["Totale"];
                this.columnControvalore = base.Columns["Controvalore"];
                this.columnPercentuale = base.Columns["Percentuale"];
            }
            
            [global::System.Diagnostics.DebuggerNonUserCodeAttribute()]
            private void InitClass() {
                this.columnTotale = new global::System.Data.DataColumn("Totale", typeof(string), null, global::System.Data.MappingType.Element);
                base.Columns.Add(this.columnTotale);
                this.columnControvalore = new global::System.Data.DataColumn("Controvalore", typeof(decimal), null, global::System.Data.MappingType.Element);
                base.Columns.Add(this.columnControvalore);
                this.columnPercentuale = new global::System.Data.DataColumn("Percentuale", typeof(decimal), null, global::System.Data.MappingType.Element);
                base.Columns.Add(this.columnPercentuale);
                this.columnTotale.Caption = "TOTALE";
            }
            
            [global::System.Diagnostics.DebuggerNonUserCodeAttribute()]
            public MacroAssetTotaleRow NewMacroAssetTotaleRow() {
                return ((MacroAssetTotaleRow)(this.NewRow()));
            }
            
            [global::System.Diagnostics.DebuggerNonUserCodeAttribute()]
            protected override global::System.Data.DataRow NewRowFromBuilder(global::System.Data.DataRowBuilder builder) {
                return new MacroAssetTotaleRow(builder);
            }
            
            [global::System.Diagnostics.DebuggerNonUserCodeAttribute()]
            protected override global::System.Type GetRowType() {
                return typeof(MacroAssetTotaleRow);
            }
            
            [global::System.Diagnostics.DebuggerNonUserCodeAttribute()]
            protected override void OnRowChanged(global::System.Data.DataRowChangeEventArgs e) {
                base.OnRowChanged(e);
                if ((this.MacroAssetTotaleRowChanged != null)) {
                    this.MacroAssetTotaleRowChanged(this, new MacroAssetTotaleRowChangeEvent(((MacroAssetTotaleRow)(e.Row)), e.Action));
                }
            }
            
            [global::System.Diagnostics.DebuggerNonUserCodeAttribute()]
            protected override void OnRowChanging(global::System.Data.DataRowChangeEventArgs e) {
                base.OnRowChanging(e);
                if ((this.MacroAssetTotaleRowChanging != null)) {
                    this.MacroAssetTotaleRowChanging(this, new MacroAssetTotaleRowChangeEvent(((MacroAssetTotaleRow)(e.Row)), e.Action));
                }
            }
            
            [global::System.Diagnostics.DebuggerNonUserCodeAttribute()]
            protected override void OnRowDeleted(global::System.Data.DataRowChangeEventArgs e) {
                base.OnRowDeleted(e);
                if ((this.MacroAssetTotaleRowDeleted != null)) {
                    this.MacroAssetTotaleRowDeleted(this, new MacroAssetTotaleRowChangeEvent(((MacroAssetTotaleRow)(e.Row)), e.Action));
                }
            }
            
            [global::System.Diagnostics.DebuggerNonUserCodeAttribute()]
            protected override void OnRowDeleting(global::System.Data.DataRowChangeEventArgs e) {
                base.OnRowDeleting(e);
                if ((this.MacroAssetTotaleRowDeleting != null)) {
                    this.MacroAssetTotaleRowDeleting(this, new MacroAssetTotaleRowChangeEvent(((MacroAssetTotaleRow)(e.Row)), e.Action));
                }
            }
            
            [global::System.Diagnostics.DebuggerNonUserCodeAttribute()]
            public void RemoveMacroAssetTotaleRow(MacroAssetTotaleRow row) {
                this.Rows.Remove(row);
            }
            
            [global::System.Diagnostics.DebuggerNonUserCodeAttribute()]
            public static global::System.Xml.Schema.XmlSchemaComplexType GetTypedTableSchema(global::System.Xml.Schema.XmlSchemaSet xs) {
                global::System.Xml.Schema.XmlSchemaComplexType type = new global::System.Xml.Schema.XmlSchemaComplexType();
                global::System.Xml.Schema.XmlSchemaSequence sequence = new global::System.Xml.Schema.XmlSchemaSequence();
                DataSetS2 ds = new DataSetS2();
                global::System.Xml.Schema.XmlSchemaAny any1 = new global::System.Xml.Schema.XmlSchemaAny();
                any1.Namespace = "http://www.w3.org/2001/XMLSchema";
                any1.MinOccurs = new decimal(0);
                any1.MaxOccurs = decimal.MaxValue;
                any1.ProcessContents = global::System.Xml.Schema.XmlSchemaContentProcessing.Lax;
                sequence.Items.Add(any1);
                global::System.Xml.Schema.XmlSchemaAny any2 = new global::System.Xml.Schema.XmlSchemaAny();
                any2.Namespace = "urn:schemas-microsoft-com:xml-diffgram-v1";
                any2.MinOccurs = new decimal(1);
                any2.ProcessContents = global::System.Xml.Schema.XmlSchemaContentProcessing.Lax;
                sequence.Items.Add(any2);
                global::System.Xml.Schema.XmlSchemaAttribute attribute1 = new global::System.Xml.Schema.XmlSchemaAttribute();
                attribute1.Name = "namespace";
                attribute1.FixedValue = ds.Namespace;
                type.Attributes.Add(attribute1);
                global::System.Xml.Schema.XmlSchemaAttribute attribute2 = new global::System.Xml.Schema.XmlSchemaAttribute();
                attribute2.Name = "tableTypeName";
                attribute2.FixedValue = "MacroAssetTotaleDataTable";
                type.Attributes.Add(attribute2);
                type.Particle = sequence;
                global::System.Xml.Schema.XmlSchema dsSchema = ds.GetSchemaSerializable();
                if (xs.Contains(dsSchema.TargetNamespace)) {
                    global::System.IO.MemoryStream s1 = new global::System.IO.MemoryStream();
                    global::System.IO.MemoryStream s2 = new global::System.IO.MemoryStream();
                    try {
                        global::System.Xml.Schema.XmlSchema schema = null;
                        dsSchema.Write(s1);
                        for (global::System.Collections.IEnumerator schemas = xs.Schemas(dsSchema.TargetNamespace).GetEnumerator(); schemas.MoveNext(); ) {
                            schema = ((global::System.Xml.Schema.XmlSchema)(schemas.Current));
                            s2.SetLength(0);
                            schema.Write(s2);
                            if ((s1.Length == s2.Length)) {
                                s1.Position = 0;
                                s2.Position = 0;
                                for (; ((s1.Position != s1.Length) 
                                            && (s1.ReadByte() == s2.ReadByte())); ) {
                                    ;
                                }
                                if ((s1.Position == s1.Length)) {
                                    return type;
                                }
                            }
                        }
                    }
                    finally {
                        if ((s1 != null)) {
                            s1.Close();
                        }
                        if ((s2 != null)) {
                            s2.Close();
                        }
                    }
                }
                xs.Add(dsSchema);
                return type;
            }
        }
        
        /// <summary>
        ///Represents the strongly named DataTable class.
        ///</summary>
        [global::System.CodeDom.Compiler.GeneratedCodeAttribute("System.Data.Design.TypedDataSetGenerator", "2.0.0.0")]
        [global::System.Serializable()]
        [global::System.Xml.Serialization.XmlSchemaProviderAttribute("GetTypedTableSchema")]
        public partial class RisorsePercentualiDataTable : global::System.Data.DataTable, global::System.Collections.IEnumerable {
            
            private global::System.Data.DataColumn columnValorePercentuale;
            
            [global::System.Diagnostics.DebuggerNonUserCodeAttribute()]
            public RisorsePercentualiDataTable() {
                this.TableName = "RisorsePercentuali";
                this.BeginInit();
                this.InitClass();
                this.EndInit();
            }
            
            [global::System.Diagnostics.DebuggerNonUserCodeAttribute()]
            internal RisorsePercentualiDataTable(global::System.Data.DataTable table) {
                this.TableName = table.TableName;
                if ((table.CaseSensitive != table.DataSet.CaseSensitive)) {
                    this.CaseSensitive = table.CaseSensitive;
                }
                if ((table.Locale.ToString() != table.DataSet.Locale.ToString())) {
                    this.Locale = table.Locale;
                }
                if ((table.Namespace != table.DataSet.Namespace)) {
                    this.Namespace = table.Namespace;
                }
                this.Prefix = table.Prefix;
                this.MinimumCapacity = table.MinimumCapacity;
            }
            
            [global::System.Diagnostics.DebuggerNonUserCodeAttribute()]
            protected RisorsePercentualiDataTable(global::System.Runtime.Serialization.SerializationInfo info, global::System.Runtime.Serialization.StreamingContext context) : 
                    base(info, context) {
                this.InitVars();
            }
            
            [global::System.Diagnostics.DebuggerNonUserCodeAttribute()]
            public global::System.Data.DataColumn ValorePercentualeColumn {
                get {
                    return this.columnValorePercentuale;
                }
            }
            
            [global::System.Diagnostics.DebuggerNonUserCodeAttribute()]
            [global::System.ComponentModel.Browsable(false)]
            public int Count {
                get {
                    return this.Rows.Count;
                }
            }
            
            [global::System.Diagnostics.DebuggerNonUserCodeAttribute()]
            public RisorsePercentualiRow this[int index] {
                get {
                    return ((RisorsePercentualiRow)(this.Rows[index]));
                }
            }
            
            public event RisorsePercentualiRowChangeEventHandler RisorsePercentualiRowChanging;
            
            public event RisorsePercentualiRowChangeEventHandler RisorsePercentualiRowChanged;
            
            public event RisorsePercentualiRowChangeEventHandler RisorsePercentualiRowDeleting;
            
            public event RisorsePercentualiRowChangeEventHandler RisorsePercentualiRowDeleted;
            
            [global::System.Diagnostics.DebuggerNonUserCodeAttribute()]
            public void AddRisorsePercentualiRow(RisorsePercentualiRow row) {
                this.Rows.Add(row);
            }
            
            [global::System.Diagnostics.DebuggerNonUserCodeAttribute()]
            public RisorsePercentualiRow AddRisorsePercentualiRow(decimal ValorePercentuale) {
                RisorsePercentualiRow rowRisorsePercentualiRow = ((RisorsePercentualiRow)(this.NewRow()));
                object[] columnValuesArray = new object[] {
                        ValorePercentuale};
                rowRisorsePercentualiRow.ItemArray = columnValuesArray;
                this.Rows.Add(rowRisorsePercentualiRow);
                return rowRisorsePercentualiRow;
            }
            
            [global::System.Diagnostics.DebuggerNonUserCodeAttribute()]
            public virtual global::System.Collections.IEnumerator GetEnumerator() {
                return this.Rows.GetEnumerator();
            }
            
            [global::System.Diagnostics.DebuggerNonUserCodeAttribute()]
            public override global::System.Data.DataTable Clone() {
                RisorsePercentualiDataTable cln = ((RisorsePercentualiDataTable)(base.Clone()));
                cln.InitVars();
                return cln;
            }
            
            [global::System.Diagnostics.DebuggerNonUserCodeAttribute()]
            protected override global::System.Data.DataTable CreateInstance() {
                return new RisorsePercentualiDataTable();
            }
            
            [global::System.Diagnostics.DebuggerNonUserCodeAttribute()]
            internal void InitVars() {
                this.columnValorePercentuale = base.Columns["ValorePercentuale"];
            }
            
            [global::System.Diagnostics.DebuggerNonUserCodeAttribute()]
            private void InitClass() {
                this.columnValorePercentuale = new global::System.Data.DataColumn("ValorePercentuale", typeof(decimal), null, global::System.Data.MappingType.Element);
                base.Columns.Add(this.columnValorePercentuale);
            }
            
            [global::System.Diagnostics.DebuggerNonUserCodeAttribute()]
            public RisorsePercentualiRow NewRisorsePercentualiRow() {
                return ((RisorsePercentualiRow)(this.NewRow()));
            }
            
            [global::System.Diagnostics.DebuggerNonUserCodeAttribute()]
            protected override global::System.Data.DataRow NewRowFromBuilder(global::System.Data.DataRowBuilder builder) {
                return new RisorsePercentualiRow(builder);
            }
            
            [global::System.Diagnostics.DebuggerNonUserCodeAttribute()]
            protected override global::System.Type GetRowType() {
                return typeof(RisorsePercentualiRow);
            }
            
            [global::System.Diagnostics.DebuggerNonUserCodeAttribute()]
            protected override void OnRowChanged(global::System.Data.DataRowChangeEventArgs e) {
                base.OnRowChanged(e);
                if ((this.RisorsePercentualiRowChanged != null)) {
                    this.RisorsePercentualiRowChanged(this, new RisorsePercentualiRowChangeEvent(((RisorsePercentualiRow)(e.Row)), e.Action));
                }
            }
            
            [global::System.Diagnostics.DebuggerNonUserCodeAttribute()]
            protected override void OnRowChanging(global::System.Data.DataRowChangeEventArgs e) {
                base.OnRowChanging(e);
                if ((this.RisorsePercentualiRowChanging != null)) {
                    this.RisorsePercentualiRowChanging(this, new RisorsePercentualiRowChangeEvent(((RisorsePercentualiRow)(e.Row)), e.Action));
                }
            }
            
            [global::System.Diagnostics.DebuggerNonUserCodeAttribute()]
            protected override void OnRowDeleted(global::System.Data.DataRowChangeEventArgs e) {
                base.OnRowDeleted(e);
                if ((this.RisorsePercentualiRowDeleted != null)) {
                    this.RisorsePercentualiRowDeleted(this, new RisorsePercentualiRowChangeEvent(((RisorsePercentualiRow)(e.Row)), e.Action));
                }
            }
            
            [global::System.Diagnostics.DebuggerNonUserCodeAttribute()]
            protected override void OnRowDeleting(global::System.Data.DataRowChangeEventArgs e) {
                base.OnRowDeleting(e);
                if ((this.RisorsePercentualiRowDeleting != null)) {
                    this.RisorsePercentualiRowDeleting(this, new RisorsePercentualiRowChangeEvent(((RisorsePercentualiRow)(e.Row)), e.Action));
                }
            }
            
            [global::System.Diagnostics.DebuggerNonUserCodeAttribute()]
            public void RemoveRisorsePercentualiRow(RisorsePercentualiRow row) {
                this.Rows.Remove(row);
            }
            
            [global::System.Diagnostics.DebuggerNonUserCodeAttribute()]
            public static global::System.Xml.Schema.XmlSchemaComplexType GetTypedTableSchema(global::System.Xml.Schema.XmlSchemaSet xs) {
                global::System.Xml.Schema.XmlSchemaComplexType type = new global::System.Xml.Schema.XmlSchemaComplexType();
                global::System.Xml.Schema.XmlSchemaSequence sequence = new global::System.Xml.Schema.XmlSchemaSequence();
                DataSetS2 ds = new DataSetS2();
                global::System.Xml.Schema.XmlSchemaAny any1 = new global::System.Xml.Schema.XmlSchemaAny();
                any1.Namespace = "http://www.w3.org/2001/XMLSchema";
                any1.MinOccurs = new decimal(0);
                any1.MaxOccurs = decimal.MaxValue;
                any1.ProcessContents = global::System.Xml.Schema.XmlSchemaContentProcessing.Lax;
                sequence.Items.Add(any1);
                global::System.Xml.Schema.XmlSchemaAny any2 = new global::System.Xml.Schema.XmlSchemaAny();
                any2.Namespace = "urn:schemas-microsoft-com:xml-diffgram-v1";
                any2.MinOccurs = new decimal(1);
                any2.ProcessContents = global::System.Xml.Schema.XmlSchemaContentProcessing.Lax;
                sequence.Items.Add(any2);
                global::System.Xml.Schema.XmlSchemaAttribute attribute1 = new global::System.Xml.Schema.XmlSchemaAttribute();
                attribute1.Name = "namespace";
                attribute1.FixedValue = ds.Namespace;
                type.Attributes.Add(attribute1);
                global::System.Xml.Schema.XmlSchemaAttribute attribute2 = new global::System.Xml.Schema.XmlSchemaAttribute();
                attribute2.Name = "tableTypeName";
                attribute2.FixedValue = "RisorsePercentualiDataTable";
                type.Attributes.Add(attribute2);
                type.Particle = sequence;
                global::System.Xml.Schema.XmlSchema dsSchema = ds.GetSchemaSerializable();
                if (xs.Contains(dsSchema.TargetNamespace)) {
                    global::System.IO.MemoryStream s1 = new global::System.IO.MemoryStream();
                    global::System.IO.MemoryStream s2 = new global::System.IO.MemoryStream();
                    try {
                        global::System.Xml.Schema.XmlSchema schema = null;
                        dsSchema.Write(s1);
                        for (global::System.Collections.IEnumerator schemas = xs.Schemas(dsSchema.TargetNamespace).GetEnumerator(); schemas.MoveNext(); ) {
                            schema = ((global::System.Xml.Schema.XmlSchema)(schemas.Current));
                            s2.SetLength(0);
                            schema.Write(s2);
                            if ((s1.Length == s2.Length)) {
                                s1.Position = 0;
                                s2.Position = 0;
                                for (; ((s1.Position != s1.Length) 
                                            && (s1.ReadByte() == s2.ReadByte())); ) {
                                    ;
                                }
                                if ((s1.Position == s1.Length)) {
                                    return type;
                                }
                            }
                        }
                    }
                    finally {
                        if ((s1 != null)) {
                            s1.Close();
                        }
                        if ((s2 != null)) {
                            s2.Close();
                        }
                    }
                }
                xs.Add(dsSchema);
                return type;
            }
        }
        
        /// <summary>
        ///Represents the strongly named DataTable class.
        ///</summary>
        [global::System.CodeDom.Compiler.GeneratedCodeAttribute("System.Data.Design.TypedDataSetGenerator", "2.0.0.0")]
        [global::System.Serializable()]
        [global::System.Xml.Serialization.XmlSchemaProviderAttribute("GetTypedTableSchema")]
        public partial class PatrimonioNonRappresentabileDataTable : global::System.Data.DataTable, global::System.Collections.IEnumerable {
            
            private global::System.Data.DataColumn columnDescrizione;
            
            private global::System.Data.DataColumn columnControValore;
            
            [global::System.Diagnostics.DebuggerNonUserCodeAttribute()]
            public PatrimonioNonRappresentabileDataTable() {
                this.TableName = "PatrimonioNonRappresentabile";
                this.BeginInit();
                this.InitClass();
                this.EndInit();
            }
            
            [global::System.Diagnostics.DebuggerNonUserCodeAttribute()]
            internal PatrimonioNonRappresentabileDataTable(global::System.Data.DataTable table) {
                this.TableName = table.TableName;
                if ((table.CaseSensitive != table.DataSet.CaseSensitive)) {
                    this.CaseSensitive = table.CaseSensitive;
                }
                if ((table.Locale.ToString() != table.DataSet.Locale.ToString())) {
                    this.Locale = table.Locale;
                }
                if ((table.Namespace != table.DataSet.Namespace)) {
                    this.Namespace = table.Namespace;
                }
                this.Prefix = table.Prefix;
                this.MinimumCapacity = table.MinimumCapacity;
            }
            
            [global::System.Diagnostics.DebuggerNonUserCodeAttribute()]
            protected PatrimonioNonRappresentabileDataTable(global::System.Runtime.Serialization.SerializationInfo info, global::System.Runtime.Serialization.StreamingContext context) : 
                    base(info, context) {
                this.InitVars();
            }
            
            [global::System.Diagnostics.DebuggerNonUserCodeAttribute()]
            public global::System.Data.DataColumn DescrizioneColumn {
                get {
                    return this.columnDescrizione;
                }
            }
            
            [global::System.Diagnostics.DebuggerNonUserCodeAttribute()]
            public global::System.Data.DataColumn ControValoreColumn {
                get {
                    return this.columnControValore;
                }
            }
            
            [global::System.Diagnostics.DebuggerNonUserCodeAttribute()]
            [global::System.ComponentModel.Browsable(false)]
            public int Count {
                get {
                    return this.Rows.Count;
                }
            }
            
            [global::System.Diagnostics.DebuggerNonUserCodeAttribute()]
            public PatrimonioNonRappresentabileRow this[int index] {
                get {
                    return ((PatrimonioNonRappresentabileRow)(this.Rows[index]));
                }
            }
            
            public event PatrimonioNonRappresentabileRowChangeEventHandler PatrimonioNonRappresentabileRowChanging;
            
            public event PatrimonioNonRappresentabileRowChangeEventHandler PatrimonioNonRappresentabileRowChanged;
            
            public event PatrimonioNonRappresentabileRowChangeEventHandler PatrimonioNonRappresentabileRowDeleting;
            
            public event PatrimonioNonRappresentabileRowChangeEventHandler PatrimonioNonRappresentabileRowDeleted;
            
            [global::System.Diagnostics.DebuggerNonUserCodeAttribute()]
            public void AddPatrimonioNonRappresentabileRow(PatrimonioNonRappresentabileRow row) {
                this.Rows.Add(row);
            }
            
            [global::System.Diagnostics.DebuggerNonUserCodeAttribute()]
            public PatrimonioNonRappresentabileRow AddPatrimonioNonRappresentabileRow(string Descrizione, decimal ControValore) {
                PatrimonioNonRappresentabileRow rowPatrimonioNonRappresentabileRow = ((PatrimonioNonRappresentabileRow)(this.NewRow()));
                object[] columnValuesArray = new object[] {
                        Descrizione,
                        ControValore};
                rowPatrimonioNonRappresentabileRow.ItemArray = columnValuesArray;
                this.Rows.Add(rowPatrimonioNonRappresentabileRow);
                return rowPatrimonioNonRappresentabileRow;
            }
            
            [global::System.Diagnostics.DebuggerNonUserCodeAttribute()]
            public virtual global::System.Collections.IEnumerator GetEnumerator() {
                return this.Rows.GetEnumerator();
            }
            
            [global::System.Diagnostics.DebuggerNonUserCodeAttribute()]
            public override global::System.Data.DataTable Clone() {
                PatrimonioNonRappresentabileDataTable cln = ((PatrimonioNonRappresentabileDataTable)(base.Clone()));
                cln.InitVars();
                return cln;
            }
            
            [global::System.Diagnostics.DebuggerNonUserCodeAttribute()]
            protected override global::System.Data.DataTable CreateInstance() {
                return new PatrimonioNonRappresentabileDataTable();
            }
            
            [global::System.Diagnostics.DebuggerNonUserCodeAttribute()]
            internal void InitVars() {
                this.columnDescrizione = base.Columns["Descrizione"];
                this.columnControValore = base.Columns["ControValore"];
            }
            
            [global::System.Diagnostics.DebuggerNonUserCodeAttribute()]
            private void InitClass() {
                this.columnDescrizione = new global::System.Data.DataColumn("Descrizione", typeof(string), null, global::System.Data.MappingType.Element);
                base.Columns.Add(this.columnDescrizione);
                this.columnControValore = new global::System.Data.DataColumn("ControValore", typeof(decimal), null, global::System.Data.MappingType.Element);
                base.Columns.Add(this.columnControValore);
            }
            
            [global::System.Diagnostics.DebuggerNonUserCodeAttribute()]
            public PatrimonioNonRappresentabileRow NewPatrimonioNonRappresentabileRow() {
                return ((PatrimonioNonRappresentabileRow)(this.NewRow()));
            }
            
            [global::System.Diagnostics.DebuggerNonUserCodeAttribute()]
            protected override global::System.Data.DataRow NewRowFromBuilder(global::System.Data.DataRowBuilder builder) {
                return new PatrimonioNonRappresentabileRow(builder);
            }
            
            [global::System.Diagnostics.DebuggerNonUserCodeAttribute()]
            protected override global::System.Type GetRowType() {
                return typeof(PatrimonioNonRappresentabileRow);
            }
            
            [global::System.Diagnostics.DebuggerNonUserCodeAttribute()]
            protected override void OnRowChanged(global::System.Data.DataRowChangeEventArgs e) {
                base.OnRowChanged(e);
                if ((this.PatrimonioNonRappresentabileRowChanged != null)) {
                    this.PatrimonioNonRappresentabileRowChanged(this, new PatrimonioNonRappresentabileRowChangeEvent(((PatrimonioNonRappresentabileRow)(e.Row)), e.Action));
                }
            }
            
            [global::System.Diagnostics.DebuggerNonUserCodeAttribute()]
            protected override void OnRowChanging(global::System.Data.DataRowChangeEventArgs e) {
                base.OnRowChanging(e);
                if ((this.PatrimonioNonRappresentabileRowChanging != null)) {
                    this.PatrimonioNonRappresentabileRowChanging(this, new PatrimonioNonRappresentabileRowChangeEvent(((PatrimonioNonRappresentabileRow)(e.Row)), e.Action));
                }
            }
            
            [global::System.Diagnostics.DebuggerNonUserCodeAttribute()]
            protected override void OnRowDeleted(global::System.Data.DataRowChangeEventArgs e) {
                base.OnRowDeleted(e);
                if ((this.PatrimonioNonRappresentabileRowDeleted != null)) {
                    this.PatrimonioNonRappresentabileRowDeleted(this, new PatrimonioNonRappresentabileRowChangeEvent(((PatrimonioNonRappresentabileRow)(e.Row)), e.Action));
                }
            }
            
            [global::System.Diagnostics.DebuggerNonUserCodeAttribute()]
            protected override void OnRowDeleting(global::System.Data.DataRowChangeEventArgs e) {
                base.OnRowDeleting(e);
                if ((this.PatrimonioNonRappresentabileRowDeleting != null)) {
                    this.PatrimonioNonRappresentabileRowDeleting(this, new PatrimonioNonRappresentabileRowChangeEvent(((PatrimonioNonRappresentabileRow)(e.Row)), e.Action));
                }
            }
            
            [global::System.Diagnostics.DebuggerNonUserCodeAttribute()]
            public void RemovePatrimonioNonRappresentabileRow(PatrimonioNonRappresentabileRow row) {
                this.Rows.Remove(row);
            }
            
            [global::System.Diagnostics.DebuggerNonUserCodeAttribute()]
            public static global::System.Xml.Schema.XmlSchemaComplexType GetTypedTableSchema(global::System.Xml.Schema.XmlSchemaSet xs) {
                global::System.Xml.Schema.XmlSchemaComplexType type = new global::System.Xml.Schema.XmlSchemaComplexType();
                global::System.Xml.Schema.XmlSchemaSequence sequence = new global::System.Xml.Schema.XmlSchemaSequence();
                DataSetS2 ds = new DataSetS2();
                global::System.Xml.Schema.XmlSchemaAny any1 = new global::System.Xml.Schema.XmlSchemaAny();
                any1.Namespace = "http://www.w3.org/2001/XMLSchema";
                any1.MinOccurs = new decimal(0);
                any1.MaxOccurs = decimal.MaxValue;
                any1.ProcessContents = global::System.Xml.Schema.XmlSchemaContentProcessing.Lax;
                sequence.Items.Add(any1);
                global::System.Xml.Schema.XmlSchemaAny any2 = new global::System.Xml.Schema.XmlSchemaAny();
                any2.Namespace = "urn:schemas-microsoft-com:xml-diffgram-v1";
                any2.MinOccurs = new decimal(1);
                any2.ProcessContents = global::System.Xml.Schema.XmlSchemaContentProcessing.Lax;
                sequence.Items.Add(any2);
                global::System.Xml.Schema.XmlSchemaAttribute attribute1 = new global::System.Xml.Schema.XmlSchemaAttribute();
                attribute1.Name = "namespace";
                attribute1.FixedValue = ds.Namespace;
                type.Attributes.Add(attribute1);
                global::System.Xml.Schema.XmlSchemaAttribute attribute2 = new global::System.Xml.Schema.XmlSchemaAttribute();
                attribute2.Name = "tableTypeName";
                attribute2.FixedValue = "PatrimonioNonRappresentabileDataTable";
                type.Attributes.Add(attribute2);
                type.Particle = sequence;
                global::System.Xml.Schema.XmlSchema dsSchema = ds.GetSchemaSerializable();
                if (xs.Contains(dsSchema.TargetNamespace)) {
                    global::System.IO.MemoryStream s1 = new global::System.IO.MemoryStream();
                    global::System.IO.MemoryStream s2 = new global::System.IO.MemoryStream();
                    try {
                        global::System.Xml.Schema.XmlSchema schema = null;
                        dsSchema.Write(s1);
                        for (global::System.Collections.IEnumerator schemas = xs.Schemas(dsSchema.TargetNamespace).GetEnumerator(); schemas.MoveNext(); ) {
                            schema = ((global::System.Xml.Schema.XmlSchema)(schemas.Current));
                            s2.SetLength(0);
                            schema.Write(s2);
                            if ((s1.Length == s2.Length)) {
                                s1.Position = 0;
                                s2.Position = 0;
                                for (; ((s1.Position != s1.Length) 
                                            && (s1.ReadByte() == s2.ReadByte())); ) {
                                    ;
                                }
                                if ((s1.Position == s1.Length)) {
                                    return type;
                                }
                            }
                        }
                    }
                    finally {
                        if ((s1 != null)) {
                            s1.Close();
                        }
                        if ((s2 != null)) {
                            s2.Close();
                        }
                    }
                }
                xs.Add(dsSchema);
                return type;
            }
        }
        
        /// <summary>
        ///Represents the strongly named DataTable class.
        ///</summary>
        [global::System.CodeDom.Compiler.GeneratedCodeAttribute("System.Data.Design.TypedDataSetGenerator", "2.0.0.0")]
        [global::System.Serializable()]
        [global::System.Xml.Serialization.XmlSchemaProviderAttribute("GetTypedTableSchema")]
        public partial class TotaleDataTable : global::System.Data.DataTable, global::System.Collections.IEnumerable {
            
            private global::System.Data.DataColumn columnDescrizione;
            
            private global::System.Data.DataColumn columnControValore;
            
            [global::System.Diagnostics.DebuggerNonUserCodeAttribute()]
            public TotaleDataTable() {
                this.TableName = "Totale";
                this.BeginInit();
                this.InitClass();
                this.EndInit();
            }
            
            [global::System.Diagnostics.DebuggerNonUserCodeAttribute()]
            internal TotaleDataTable(global::System.Data.DataTable table) {
                this.TableName = table.TableName;
                if ((table.CaseSensitive != table.DataSet.CaseSensitive)) {
                    this.CaseSensitive = table.CaseSensitive;
                }
                if ((table.Locale.ToString() != table.DataSet.Locale.ToString())) {
                    this.Locale = table.Locale;
                }
                if ((table.Namespace != table.DataSet.Namespace)) {
                    this.Namespace = table.Namespace;
                }
                this.Prefix = table.Prefix;
                this.MinimumCapacity = table.MinimumCapacity;
            }
            
            [global::System.Diagnostics.DebuggerNonUserCodeAttribute()]
            protected TotaleDataTable(global::System.Runtime.Serialization.SerializationInfo info, global::System.Runtime.Serialization.StreamingContext context) : 
                    base(info, context) {
                this.InitVars();
            }
            
            [global::System.Diagnostics.DebuggerNonUserCodeAttribute()]
            public global::System.Data.DataColumn DescrizioneColumn {
                get {
                    return this.columnDescrizione;
                }
            }
            
            [global::System.Diagnostics.DebuggerNonUserCodeAttribute()]
            public global::System.Data.DataColumn ControValoreColumn {
                get {
                    return this.columnControValore;
                }
            }
            
            [global::System.Diagnostics.DebuggerNonUserCodeAttribute()]
            [global::System.ComponentModel.Browsable(false)]
            public int Count {
                get {
                    return this.Rows.Count;
                }
            }
            
            [global::System.Diagnostics.DebuggerNonUserCodeAttribute()]
            public TotaleRow this[int index] {
                get {
                    return ((TotaleRow)(this.Rows[index]));
                }
            }
            
            public event TotaleRowChangeEventHandler TotaleRowChanging;
            
            public event TotaleRowChangeEventHandler TotaleRowChanged;
            
            public event TotaleRowChangeEventHandler TotaleRowDeleting;
            
            public event TotaleRowChangeEventHandler TotaleRowDeleted;
            
            [global::System.Diagnostics.DebuggerNonUserCodeAttribute()]
            public void AddTotaleRow(TotaleRow row) {
                this.Rows.Add(row);
            }
            
            [global::System.Diagnostics.DebuggerNonUserCodeAttribute()]
            public TotaleRow AddTotaleRow(string Descrizione, decimal ControValore) {
                TotaleRow rowTotaleRow = ((TotaleRow)(this.NewRow()));
                object[] columnValuesArray = new object[] {
                        Descrizione,
                        ControValore};
                rowTotaleRow.ItemArray = columnValuesArray;
                this.Rows.Add(rowTotaleRow);
                return rowTotaleRow;
            }
            
            [global::System.Diagnostics.DebuggerNonUserCodeAttribute()]
            public virtual global::System.Collections.IEnumerator GetEnumerator() {
                return this.Rows.GetEnumerator();
            }
            
            [global::System.Diagnostics.DebuggerNonUserCodeAttribute()]
            public override global::System.Data.DataTable Clone() {
                TotaleDataTable cln = ((TotaleDataTable)(base.Clone()));
                cln.InitVars();
                return cln;
            }
            
            [global::System.Diagnostics.DebuggerNonUserCodeAttribute()]
            protected override global::System.Data.DataTable CreateInstance() {
                return new TotaleDataTable();
            }
            
            [global::System.Diagnostics.DebuggerNonUserCodeAttribute()]
            internal void InitVars() {
                this.columnDescrizione = base.Columns["Descrizione"];
                this.columnControValore = base.Columns["ControValore"];
            }
            
            [global::System.Diagnostics.DebuggerNonUserCodeAttribute()]
            private void InitClass() {
                this.columnDescrizione = new global::System.Data.DataColumn("Descrizione", typeof(string), null, global::System.Data.MappingType.Element);
                base.Columns.Add(this.columnDescrizione);
                this.columnControValore = new global::System.Data.DataColumn("ControValore", typeof(decimal), null, global::System.Data.MappingType.Element);
                base.Columns.Add(this.columnControValore);
            }
            
            [global::System.Diagnostics.DebuggerNonUserCodeAttribute()]
            public TotaleRow NewTotaleRow() {
                return ((TotaleRow)(this.NewRow()));
            }
            
            [global::System.Diagnostics.DebuggerNonUserCodeAttribute()]
            protected override global::System.Data.DataRow NewRowFromBuilder(global::System.Data.DataRowBuilder builder) {
                return new TotaleRow(builder);
            }
            
            [global::System.Diagnostics.DebuggerNonUserCodeAttribute()]
            protected override global::System.Type GetRowType() {
                return typeof(TotaleRow);
            }
            
            [global::System.Diagnostics.DebuggerNonUserCodeAttribute()]
            protected override void OnRowChanged(global::System.Data.DataRowChangeEventArgs e) {
                base.OnRowChanged(e);
                if ((this.TotaleRowChanged != null)) {
                    this.TotaleRowChanged(this, new TotaleRowChangeEvent(((TotaleRow)(e.Row)), e.Action));
                }
            }
            
            [global::System.Diagnostics.DebuggerNonUserCodeAttribute()]
            protected override void OnRowChanging(global::System.Data.DataRowChangeEventArgs e) {
                base.OnRowChanging(e);
                if ((this.TotaleRowChanging != null)) {
                    this.TotaleRowChanging(this, new TotaleRowChangeEvent(((TotaleRow)(e.Row)), e.Action));
                }
            }
            
            [global::System.Diagnostics.DebuggerNonUserCodeAttribute()]
            protected override void OnRowDeleted(global::System.Data.DataRowChangeEventArgs e) {
                base.OnRowDeleted(e);
                if ((this.TotaleRowDeleted != null)) {
                    this.TotaleRowDeleted(this, new TotaleRowChangeEvent(((TotaleRow)(e.Row)), e.Action));
                }
            }
            
            [global::System.Diagnostics.DebuggerNonUserCodeAttribute()]
            protected override void OnRowDeleting(global::System.Data.DataRowChangeEventArgs e) {
                base.OnRowDeleting(e);
                if ((this.TotaleRowDeleting != null)) {
                    this.TotaleRowDeleting(this, new TotaleRowChangeEvent(((TotaleRow)(e.Row)), e.Action));
                }
            }
            
            [global::System.Diagnostics.DebuggerNonUserCodeAttribute()]
            public void RemoveTotaleRow(TotaleRow row) {
                this.Rows.Remove(row);
            }
            
            [global::System.Diagnostics.DebuggerNonUserCodeAttribute()]
            public static global::System.Xml.Schema.XmlSchemaComplexType GetTypedTableSchema(global::System.Xml.Schema.XmlSchemaSet xs) {
                global::System.Xml.Schema.XmlSchemaComplexType type = new global::System.Xml.Schema.XmlSchemaComplexType();
                global::System.Xml.Schema.XmlSchemaSequence sequence = new global::System.Xml.Schema.XmlSchemaSequence();
                DataSetS2 ds = new DataSetS2();
                global::System.Xml.Schema.XmlSchemaAny any1 = new global::System.Xml.Schema.XmlSchemaAny();
                any1.Namespace = "http://www.w3.org/2001/XMLSchema";
                any1.MinOccurs = new decimal(0);
                any1.MaxOccurs = decimal.MaxValue;
                any1.ProcessContents = global::System.Xml.Schema.XmlSchemaContentProcessing.Lax;
                sequence.Items.Add(any1);
                global::System.Xml.Schema.XmlSchemaAny any2 = new global::System.Xml.Schema.XmlSchemaAny();
                any2.Namespace = "urn:schemas-microsoft-com:xml-diffgram-v1";
                any2.MinOccurs = new decimal(1);
                any2.ProcessContents = global::System.Xml.Schema.XmlSchemaContentProcessing.Lax;
                sequence.Items.Add(any2);
                global::System.Xml.Schema.XmlSchemaAttribute attribute1 = new global::System.Xml.Schema.XmlSchemaAttribute();
                attribute1.Name = "namespace";
                attribute1.FixedValue = ds.Namespace;
                type.Attributes.Add(attribute1);
                global::System.Xml.Schema.XmlSchemaAttribute attribute2 = new global::System.Xml.Schema.XmlSchemaAttribute();
                attribute2.Name = "tableTypeName";
                attribute2.FixedValue = "TotaleDataTable";
                type.Attributes.Add(attribute2);
                type.Particle = sequence;
                global::System.Xml.Schema.XmlSchema dsSchema = ds.GetSchemaSerializable();
                if (xs.Contains(dsSchema.TargetNamespace)) {
                    global::System.IO.MemoryStream s1 = new global::System.IO.MemoryStream();
                    global::System.IO.MemoryStream s2 = new global::System.IO.MemoryStream();
                    try {
                        global::System.Xml.Schema.XmlSchema schema = null;
                        dsSchema.Write(s1);
                        for (global::System.Collections.IEnumerator schemas = xs.Schemas(dsSchema.TargetNamespace).GetEnumerator(); schemas.MoveNext(); ) {
                            schema = ((global::System.Xml.Schema.XmlSchema)(schemas.Current));
                            s2.SetLength(0);
                            schema.Write(s2);
                            if ((s1.Length == s2.Length)) {
                                s1.Position = 0;
                                s2.Position = 0;
                                for (; ((s1.Position != s1.Length) 
                                            && (s1.ReadByte() == s2.ReadByte())); ) {
                                    ;
                                }
                                if ((s1.Position == s1.Length)) {
                                    return type;
                                }
                            }
                        }
                    }
                    finally {
                        if ((s1 != null)) {
                            s1.Close();
                        }
                        if ((s2 != null)) {
                            s2.Close();
                        }
                    }
                }
                xs.Add(dsSchema);
                return type;
            }
        }
        
        /// <summary>
        ///Represents the strongly named DataTable class.
        ///</summary>
        [global::System.CodeDom.Compiler.GeneratedCodeAttribute("System.Data.Design.TypedDataSetGenerator", "2.0.0.0")]
        [global::System.Serializable()]
        [global::System.Xml.Serialization.XmlSchemaProviderAttribute("GetTypedTableSchema")]
        public partial class ContoCorrenteBancaFideuramDataTable : global::System.Data.DataTable, global::System.Collections.IEnumerable {
            
            private global::System.Data.DataColumn columnDescrizione;
            
            private global::System.Data.DataColumn columnControValore;
            
            [global::System.Diagnostics.DebuggerNonUserCodeAttribute()]
            public ContoCorrenteBancaFideuramDataTable() {
                this.TableName = "ContoCorrenteBancaFideuram";
                this.BeginInit();
                this.InitClass();
                this.EndInit();
            }
            
            [global::System.Diagnostics.DebuggerNonUserCodeAttribute()]
            internal ContoCorrenteBancaFideuramDataTable(global::System.Data.DataTable table) {
                this.TableName = table.TableName;
                if ((table.CaseSensitive != table.DataSet.CaseSensitive)) {
                    this.CaseSensitive = table.CaseSensitive;
                }
                if ((table.Locale.ToString() != table.DataSet.Locale.ToString())) {
                    this.Locale = table.Locale;
                }
                if ((table.Namespace != table.DataSet.Namespace)) {
                    this.Namespace = table.Namespace;
                }
                this.Prefix = table.Prefix;
                this.MinimumCapacity = table.MinimumCapacity;
            }
            
            [global::System.Diagnostics.DebuggerNonUserCodeAttribute()]
            protected ContoCorrenteBancaFideuramDataTable(global::System.Runtime.Serialization.SerializationInfo info, global::System.Runtime.Serialization.StreamingContext context) : 
                    base(info, context) {
                this.InitVars();
            }
            
            [global::System.Diagnostics.DebuggerNonUserCodeAttribute()]
            public global::System.Data.DataColumn DescrizioneColumn {
                get {
                    return this.columnDescrizione;
                }
            }
            
            [global::System.Diagnostics.DebuggerNonUserCodeAttribute()]
            public global::System.Data.DataColumn ControValoreColumn {
                get {
                    return this.columnControValore;
                }
            }
            
            [global::System.Diagnostics.DebuggerNonUserCodeAttribute()]
            [global::System.ComponentModel.Browsable(false)]
            public int Count {
                get {
                    return this.Rows.Count;
                }
            }
            
            [global::System.Diagnostics.DebuggerNonUserCodeAttribute()]
            public ContoCorrenteBancaFideuramRow this[int index] {
                get {
                    return ((ContoCorrenteBancaFideuramRow)(this.Rows[index]));
                }
            }
            
            public event ContoCorrenteBancaFideuramRowChangeEventHandler ContoCorrenteBancaFideuramRowChanging;
            
            public event ContoCorrenteBancaFideuramRowChangeEventHandler ContoCorrenteBancaFideuramRowChanged;
            
            public event ContoCorrenteBancaFideuramRowChangeEventHandler ContoCorrenteBancaFideuramRowDeleting;
            
            public event ContoCorrenteBancaFideuramRowChangeEventHandler ContoCorrenteBancaFideuramRowDeleted;
            
            [global::System.Diagnostics.DebuggerNonUserCodeAttribute()]
            public void AddContoCorrenteBancaFideuramRow(ContoCorrenteBancaFideuramRow row) {
                this.Rows.Add(row);
            }
            
            [global::System.Diagnostics.DebuggerNonUserCodeAttribute()]
            public ContoCorrenteBancaFideuramRow AddContoCorrenteBancaFideuramRow(string Descrizione, decimal ControValore) {
                ContoCorrenteBancaFideuramRow rowContoCorrenteBancaFideuramRow = ((ContoCorrenteBancaFideuramRow)(this.NewRow()));
                object[] columnValuesArray = new object[] {
                        Descrizione,
                        ControValore};
                rowContoCorrenteBancaFideuramRow.ItemArray = columnValuesArray;
                this.Rows.Add(rowContoCorrenteBancaFideuramRow);
                return rowContoCorrenteBancaFideuramRow;
            }
            
            [global::System.Diagnostics.DebuggerNonUserCodeAttribute()]
            public virtual global::System.Collections.IEnumerator GetEnumerator() {
                return this.Rows.GetEnumerator();
            }
            
            [global::System.Diagnostics.DebuggerNonUserCodeAttribute()]
            public override global::System.Data.DataTable Clone() {
                ContoCorrenteBancaFideuramDataTable cln = ((ContoCorrenteBancaFideuramDataTable)(base.Clone()));
                cln.InitVars();
                return cln;
            }
            
            [global::System.Diagnostics.DebuggerNonUserCodeAttribute()]
            protected override global::System.Data.DataTable CreateInstance() {
                return new ContoCorrenteBancaFideuramDataTable();
            }
            
            [global::System.Diagnostics.DebuggerNonUserCodeAttribute()]
            internal void InitVars() {
                this.columnDescrizione = base.Columns["Descrizione"];
                this.columnControValore = base.Columns["ControValore"];
            }
            
            [global::System.Diagnostics.DebuggerNonUserCodeAttribute()]
            private void InitClass() {
                this.columnDescrizione = new global::System.Data.DataColumn("Descrizione", typeof(string), null, global::System.Data.MappingType.Element);
                base.Columns.Add(this.columnDescrizione);
                this.columnControValore = new global::System.Data.DataColumn("ControValore", typeof(decimal), null, global::System.Data.MappingType.Element);
                base.Columns.Add(this.columnControValore);
            }
            
            [global::System.Diagnostics.DebuggerNonUserCodeAttribute()]
            public ContoCorrenteBancaFideuramRow NewContoCorrenteBancaFideuramRow() {
                return ((ContoCorrenteBancaFideuramRow)(this.NewRow()));
            }
            
            [global::System.Diagnostics.DebuggerNonUserCodeAttribute()]
            protected override global::System.Data.DataRow NewRowFromBuilder(global::System.Data.DataRowBuilder builder) {
                return new ContoCorrenteBancaFideuramRow(builder);
            }
            
            [global::System.Diagnostics.DebuggerNonUserCodeAttribute()]
            protected override global::System.Type GetRowType() {
                return typeof(ContoCorrenteBancaFideuramRow);
            }
            
            [global::System.Diagnostics.DebuggerNonUserCodeAttribute()]
            protected override void OnRowChanged(global::System.Data.DataRowChangeEventArgs e) {
                base.OnRowChanged(e);
                if ((this.ContoCorrenteBancaFideuramRowChanged != null)) {
                    this.ContoCorrenteBancaFideuramRowChanged(this, new ContoCorrenteBancaFideuramRowChangeEvent(((ContoCorrenteBancaFideuramRow)(e.Row)), e.Action));
                }
            }
            
            [global::System.Diagnostics.DebuggerNonUserCodeAttribute()]
            protected override void OnRowChanging(global::System.Data.DataRowChangeEventArgs e) {
                base.OnRowChanging(e);
                if ((this.ContoCorrenteBancaFideuramRowChanging != null)) {
                    this.ContoCorrenteBancaFideuramRowChanging(this, new ContoCorrenteBancaFideuramRowChangeEvent(((ContoCorrenteBancaFideuramRow)(e.Row)), e.Action));
                }
            }
            
            [global::System.Diagnostics.DebuggerNonUserCodeAttribute()]
            protected override void OnRowDeleted(global::System.Data.DataRowChangeEventArgs e) {
                base.OnRowDeleted(e);
                if ((this.ContoCorrenteBancaFideuramRowDeleted != null)) {
                    this.ContoCorrenteBancaFideuramRowDeleted(this, new ContoCorrenteBancaFideuramRowChangeEvent(((ContoCorrenteBancaFideuramRow)(e.Row)), e.Action));
                }
            }
            
            [global::System.Diagnostics.DebuggerNonUserCodeAttribute()]
            protected override void OnRowDeleting(global::System.Data.DataRowChangeEventArgs e) {
                base.OnRowDeleting(e);
                if ((this.ContoCorrenteBancaFideuramRowDeleting != null)) {
                    this.ContoCorrenteBancaFideuramRowDeleting(this, new ContoCorrenteBancaFideuramRowChangeEvent(((ContoCorrenteBancaFideuramRow)(e.Row)), e.Action));
                }
            }
            
            [global::System.Diagnostics.DebuggerNonUserCodeAttribute()]
            public void RemoveContoCorrenteBancaFideuramRow(ContoCorrenteBancaFideuramRow row) {
                this.Rows.Remove(row);
            }
            
            [global::System.Diagnostics.DebuggerNonUserCodeAttribute()]
            public static global::System.Xml.Schema.XmlSchemaComplexType GetTypedTableSchema(global::System.Xml.Schema.XmlSchemaSet xs) {
                global::System.Xml.Schema.XmlSchemaComplexType type = new global::System.Xml.Schema.XmlSchemaComplexType();
                global::System.Xml.Schema.XmlSchemaSequence sequence = new global::System.Xml.Schema.XmlSchemaSequence();
                DataSetS2 ds = new DataSetS2();
                global::System.Xml.Schema.XmlSchemaAny any1 = new global::System.Xml.Schema.XmlSchemaAny();
                any1.Namespace = "http://www.w3.org/2001/XMLSchema";
                any1.MinOccurs = new decimal(0);
                any1.MaxOccurs = decimal.MaxValue;
                any1.ProcessContents = global::System.Xml.Schema.XmlSchemaContentProcessing.Lax;
                sequence.Items.Add(any1);
                global::System.Xml.Schema.XmlSchemaAny any2 = new global::System.Xml.Schema.XmlSchemaAny();
                any2.Namespace = "urn:schemas-microsoft-com:xml-diffgram-v1";
                any2.MinOccurs = new decimal(1);
                any2.ProcessContents = global::System.Xml.Schema.XmlSchemaContentProcessing.Lax;
                sequence.Items.Add(any2);
                global::System.Xml.Schema.XmlSchemaAttribute attribute1 = new global::System.Xml.Schema.XmlSchemaAttribute();
                attribute1.Name = "namespace";
                attribute1.FixedValue = ds.Namespace;
                type.Attributes.Add(attribute1);
                global::System.Xml.Schema.XmlSchemaAttribute attribute2 = new global::System.Xml.Schema.XmlSchemaAttribute();
                attribute2.Name = "tableTypeName";
                attribute2.FixedValue = "ContoCorrenteBancaFideuramDataTable";
                type.Attributes.Add(attribute2);
                type.Particle = sequence;
                global::System.Xml.Schema.XmlSchema dsSchema = ds.GetSchemaSerializable();
                if (xs.Contains(dsSchema.TargetNamespace)) {
                    global::System.IO.MemoryStream s1 = new global::System.IO.MemoryStream();
                    global::System.IO.MemoryStream s2 = new global::System.IO.MemoryStream();
                    try {
                        global::System.Xml.Schema.XmlSchema schema = null;
                        dsSchema.Write(s1);
                        for (global::System.Collections.IEnumerator schemas = xs.Schemas(dsSchema.TargetNamespace).GetEnumerator(); schemas.MoveNext(); ) {
                            schema = ((global::System.Xml.Schema.XmlSchema)(schemas.Current));
                            s2.SetLength(0);
                            schema.Write(s2);
                            if ((s1.Length == s2.Length)) {
                                s1.Position = 0;
                                s2.Position = 0;
                                for (; ((s1.Position != s1.Length) 
                                            && (s1.ReadByte() == s2.ReadByte())); ) {
                                    ;
                                }
                                if ((s1.Position == s1.Length)) {
                                    return type;
                                }
                            }
                        }
                    }
                    finally {
                        if ((s1 != null)) {
                            s1.Close();
                        }
                        if ((s2 != null)) {
                            s2.Close();
                        }
                    }
                }
                xs.Add(dsSchema);
                return type;
            }
        }
        
        /// <summary>
        ///Represents the strongly named DataTable class.
        ///</summary>
        [global::System.CodeDom.Compiler.GeneratedCodeAttribute("System.Data.Design.TypedDataSetGenerator", "2.0.0.0")]
        [global::System.Serializable()]
        [global::System.Xml.Serialization.XmlSchemaProviderAttribute("GetTypedTableSchema")]
        public partial class PartiteViaggiantiDataTable : global::System.Data.DataTable, global::System.Collections.IEnumerable {
            
            private global::System.Data.DataColumn columnDescrizione;
            
            private global::System.Data.DataColumn columnControValore;
            
            [global::System.Diagnostics.DebuggerNonUserCodeAttribute()]
            public PartiteViaggiantiDataTable() {
                this.TableName = "PartiteViaggianti";
                this.BeginInit();
                this.InitClass();
                this.EndInit();
            }
            
            [global::System.Diagnostics.DebuggerNonUserCodeAttribute()]
            internal PartiteViaggiantiDataTable(global::System.Data.DataTable table) {
                this.TableName = table.TableName;
                if ((table.CaseSensitive != table.DataSet.CaseSensitive)) {
                    this.CaseSensitive = table.CaseSensitive;
                }
                if ((table.Locale.ToString() != table.DataSet.Locale.ToString())) {
                    this.Locale = table.Locale;
                }
                if ((table.Namespace != table.DataSet.Namespace)) {
                    this.Namespace = table.Namespace;
                }
                this.Prefix = table.Prefix;
                this.MinimumCapacity = table.MinimumCapacity;
            }
            
            [global::System.Diagnostics.DebuggerNonUserCodeAttribute()]
            protected PartiteViaggiantiDataTable(global::System.Runtime.Serialization.SerializationInfo info, global::System.Runtime.Serialization.StreamingContext context) : 
                    base(info, context) {
                this.InitVars();
            }
            
            [global::System.Diagnostics.DebuggerNonUserCodeAttribute()]
            public global::System.Data.DataColumn DescrizioneColumn {
                get {
                    return this.columnDescrizione;
                }
            }
            
            [global::System.Diagnostics.DebuggerNonUserCodeAttribute()]
            public global::System.Data.DataColumn ControValoreColumn {
                get {
                    return this.columnControValore;
                }
            }
            
            [global::System.Diagnostics.DebuggerNonUserCodeAttribute()]
            [global::System.ComponentModel.Browsable(false)]
            public int Count {
                get {
                    return this.Rows.Count;
                }
            }
            
            [global::System.Diagnostics.DebuggerNonUserCodeAttribute()]
            public PartiteViaggiantiRow this[int index] {
                get {
                    return ((PartiteViaggiantiRow)(this.Rows[index]));
                }
            }
            
            public event PartiteViaggiantiRowChangeEventHandler PartiteViaggiantiRowChanging;
            
            public event PartiteViaggiantiRowChangeEventHandler PartiteViaggiantiRowChanged;
            
            public event PartiteViaggiantiRowChangeEventHandler PartiteViaggiantiRowDeleting;
            
            public event PartiteViaggiantiRowChangeEventHandler PartiteViaggiantiRowDeleted;
            
            [global::System.Diagnostics.DebuggerNonUserCodeAttribute()]
            public void AddPartiteViaggiantiRow(PartiteViaggiantiRow row) {
                this.Rows.Add(row);
            }
            
            [global::System.Diagnostics.DebuggerNonUserCodeAttribute()]
            public PartiteViaggiantiRow AddPartiteViaggiantiRow(string Descrizione, decimal ControValore) {
                PartiteViaggiantiRow rowPartiteViaggiantiRow = ((PartiteViaggiantiRow)(this.NewRow()));
                object[] columnValuesArray = new object[] {
                        Descrizione,
                        ControValore};
                rowPartiteViaggiantiRow.ItemArray = columnValuesArray;
                this.Rows.Add(rowPartiteViaggiantiRow);
                return rowPartiteViaggiantiRow;
            }
            
            [global::System.Diagnostics.DebuggerNonUserCodeAttribute()]
            public virtual global::System.Collections.IEnumerator GetEnumerator() {
                return this.Rows.GetEnumerator();
            }
            
            [global::System.Diagnostics.DebuggerNonUserCodeAttribute()]
            public override global::System.Data.DataTable Clone() {
                PartiteViaggiantiDataTable cln = ((PartiteViaggiantiDataTable)(base.Clone()));
                cln.InitVars();
                return cln;
            }
            
            [global::System.Diagnostics.DebuggerNonUserCodeAttribute()]
            protected override global::System.Data.DataTable CreateInstance() {
                return new PartiteViaggiantiDataTable();
            }
            
            [global::System.Diagnostics.DebuggerNonUserCodeAttribute()]
            internal void InitVars() {
                this.columnDescrizione = base.Columns["Descrizione"];
                this.columnControValore = base.Columns["ControValore"];
            }
            
            [global::System.Diagnostics.DebuggerNonUserCodeAttribute()]
            private void InitClass() {
                this.columnDescrizione = new global::System.Data.DataColumn("Descrizione", typeof(string), null, global::System.Data.MappingType.Element);
                base.Columns.Add(this.columnDescrizione);
                this.columnControValore = new global::System.Data.DataColumn("ControValore", typeof(decimal), null, global::System.Data.MappingType.Element);
                base.Columns.Add(this.columnControValore);
            }
            
            [global::System.Diagnostics.DebuggerNonUserCodeAttribute()]
            public PartiteViaggiantiRow NewPartiteViaggiantiRow() {
                return ((PartiteViaggiantiRow)(this.NewRow()));
            }
            
            [global::System.Diagnostics.DebuggerNonUserCodeAttribute()]
            protected override global::System.Data.DataRow NewRowFromBuilder(global::System.Data.DataRowBuilder builder) {
                return new PartiteViaggiantiRow(builder);
            }
            
            [global::System.Diagnostics.DebuggerNonUserCodeAttribute()]
            protected override global::System.Type GetRowType() {
                return typeof(PartiteViaggiantiRow);
            }
            
            [global::System.Diagnostics.DebuggerNonUserCodeAttribute()]
            protected override void OnRowChanged(global::System.Data.DataRowChangeEventArgs e) {
                base.OnRowChanged(e);
                if ((this.PartiteViaggiantiRowChanged != null)) {
                    this.PartiteViaggiantiRowChanged(this, new PartiteViaggiantiRowChangeEvent(((PartiteViaggiantiRow)(e.Row)), e.Action));
                }
            }
            
            [global::System.Diagnostics.DebuggerNonUserCodeAttribute()]
            protected override void OnRowChanging(global::System.Data.DataRowChangeEventArgs e) {
                base.OnRowChanging(e);
                if ((this.PartiteViaggiantiRowChanging != null)) {
                    this.PartiteViaggiantiRowChanging(this, new PartiteViaggiantiRowChangeEvent(((PartiteViaggiantiRow)(e.Row)), e.Action));
                }
            }
            
            [global::System.Diagnostics.DebuggerNonUserCodeAttribute()]
            protected override void OnRowDeleted(global::System.Data.DataRowChangeEventArgs e) {
                base.OnRowDeleted(e);
                if ((this.PartiteViaggiantiRowDeleted != null)) {
                    this.PartiteViaggiantiRowDeleted(this, new PartiteViaggiantiRowChangeEvent(((PartiteViaggiantiRow)(e.Row)), e.Action));
                }
            }
            
            [global::System.Diagnostics.DebuggerNonUserCodeAttribute()]
            protected override void OnRowDeleting(global::System.Data.DataRowChangeEventArgs e) {
                base.OnRowDeleting(e);
                if ((this.PartiteViaggiantiRowDeleting != null)) {
                    this.PartiteViaggiantiRowDeleting(this, new PartiteViaggiantiRowChangeEvent(((PartiteViaggiantiRow)(e.Row)), e.Action));
                }
            }
            
            [global::System.Diagnostics.DebuggerNonUserCodeAttribute()]
            public void RemovePartiteViaggiantiRow(PartiteViaggiantiRow row) {
                this.Rows.Remove(row);
            }
            
            [global::System.Diagnostics.DebuggerNonUserCodeAttribute()]
            public static global::System.Xml.Schema.XmlSchemaComplexType GetTypedTableSchema(global::System.Xml.Schema.XmlSchemaSet xs) {
                global::System.Xml.Schema.XmlSchemaComplexType type = new global::System.Xml.Schema.XmlSchemaComplexType();
                global::System.Xml.Schema.XmlSchemaSequence sequence = new global::System.Xml.Schema.XmlSchemaSequence();
                DataSetS2 ds = new DataSetS2();
                global::System.Xml.Schema.XmlSchemaAny any1 = new global::System.Xml.Schema.XmlSchemaAny();
                any1.Namespace = "http://www.w3.org/2001/XMLSchema";
                any1.MinOccurs = new decimal(0);
                any1.MaxOccurs = decimal.MaxValue;
                any1.ProcessContents = global::System.Xml.Schema.XmlSchemaContentProcessing.Lax;
                sequence.Items.Add(any1);
                global::System.Xml.Schema.XmlSchemaAny any2 = new global::System.Xml.Schema.XmlSchemaAny();
                any2.Namespace = "urn:schemas-microsoft-com:xml-diffgram-v1";
                any2.MinOccurs = new decimal(1);
                any2.ProcessContents = global::System.Xml.Schema.XmlSchemaContentProcessing.Lax;
                sequence.Items.Add(any2);
                global::System.Xml.Schema.XmlSchemaAttribute attribute1 = new global::System.Xml.Schema.XmlSchemaAttribute();
                attribute1.Name = "namespace";
                attribute1.FixedValue = ds.Namespace;
                type.Attributes.Add(attribute1);
                global::System.Xml.Schema.XmlSchemaAttribute attribute2 = new global::System.Xml.Schema.XmlSchemaAttribute();
                attribute2.Name = "tableTypeName";
                attribute2.FixedValue = "PartiteViaggiantiDataTable";
                type.Attributes.Add(attribute2);
                type.Particle = sequence;
                global::System.Xml.Schema.XmlSchema dsSchema = ds.GetSchemaSerializable();
                if (xs.Contains(dsSchema.TargetNamespace)) {
                    global::System.IO.MemoryStream s1 = new global::System.IO.MemoryStream();
                    global::System.IO.MemoryStream s2 = new global::System.IO.MemoryStream();
                    try {
                        global::System.Xml.Schema.XmlSchema schema = null;
                        dsSchema.Write(s1);
                        for (global::System.Collections.IEnumerator schemas = xs.Schemas(dsSchema.TargetNamespace).GetEnumerator(); schemas.MoveNext(); ) {
                            schema = ((global::System.Xml.Schema.XmlSchema)(schemas.Current));
                            s2.SetLength(0);
                            schema.Write(s2);
                            if ((s1.Length == s2.Length)) {
                                s1.Position = 0;
                                s2.Position = 0;
                                for (; ((s1.Position != s1.Length) 
                                            && (s1.ReadByte() == s2.ReadByte())); ) {
                                    ;
                                }
                                if ((s1.Position == s1.Length)) {
                                    return type;
                                }
                            }
                        }
                    }
                    finally {
                        if ((s1 != null)) {
                            s1.Close();
                        }
                        if ((s2 != null)) {
                            s2.Close();
                        }
                    }
                }
                xs.Add(dsSchema);
                return type;
            }
        }
        
        /// <summary>
        ///Represents strongly named DataRow class.
        ///</summary>
        [global::System.CodeDom.Compiler.GeneratedCodeAttribute("System.Data.Design.TypedDataSetGenerator", "2.0.0.0")]
        public partial class MacroAssetClassRow : global::System.Data.DataRow {
            
            private MacroAssetClassDataTable tableMacroAssetClass;
            
            [global::System.Diagnostics.DebuggerNonUserCodeAttribute()]
            internal MacroAssetClassRow(global::System.Data.DataRowBuilder rb) : 
                    base(rb) {
                this.tableMacroAssetClass = ((MacroAssetClassDataTable)(this.Table));
            }
            
            [global::System.Diagnostics.DebuggerNonUserCodeAttribute()]
            public string Descrizione {
                get {
                    try {
                        return ((string)(this[this.tableMacroAssetClass.DescrizioneColumn]));
                    }
                    catch (global::System.InvalidCastException e) {
                        throw new global::System.Data.StrongTypingException("The value for column \'Descrizione\' in table \'MacroAssetClass\' is DBNull.", e);
                    }
                }
                set {
                    this[this.tableMacroAssetClass.DescrizioneColumn] = value;
                }
            }
            
            [global::System.Diagnostics.DebuggerNonUserCodeAttribute()]
            public decimal Controvalore {
                get {
                    try {
                        return ((decimal)(this[this.tableMacroAssetClass.ControvaloreColumn]));
                    }
                    catch (global::System.InvalidCastException e) {
                        throw new global::System.Data.StrongTypingException("The value for column \'Controvalore\' in table \'MacroAssetClass\' is DBNull.", e);
                    }
                }
                set {
                    this[this.tableMacroAssetClass.ControvaloreColumn] = value;
                }
            }
            
            [global::System.Diagnostics.DebuggerNonUserCodeAttribute()]
            public decimal Percentuale {
                get {
                    try {
                        return ((decimal)(this[this.tableMacroAssetClass.PercentualeColumn]));
                    }
                    catch (global::System.InvalidCastException e) {
                        throw new global::System.Data.StrongTypingException("The value for column \'Percentuale\' in table \'MacroAssetClass\' is DBNull.", e);
                    }
                }
                set {
                    this[this.tableMacroAssetClass.PercentualeColumn] = value;
                }
            }
            
            [global::System.Diagnostics.DebuggerNonUserCodeAttribute()]
            public int Red {
                get {
                    try {
                        return ((int)(this[this.tableMacroAssetClass.RedColumn]));
                    }
                    catch (global::System.InvalidCastException e) {
                        throw new global::System.Data.StrongTypingException("The value for column \'Red\' in table \'MacroAssetClass\' is DBNull.", e);
                    }
                }
                set {
                    this[this.tableMacroAssetClass.RedColumn] = value;
                }
            }
            
            [global::System.Diagnostics.DebuggerNonUserCodeAttribute()]
            public int Green {
                get {
                    try {
                        return ((int)(this[this.tableMacroAssetClass.GreenColumn]));
                    }
                    catch (global::System.InvalidCastException e) {
                        throw new global::System.Data.StrongTypingException("The value for column \'Green\' in table \'MacroAssetClass\' is DBNull.", e);
                    }
                }
                set {
                    this[this.tableMacroAssetClass.GreenColumn] = value;
                }
            }
            
            [global::System.Diagnostics.DebuggerNonUserCodeAttribute()]
            public int Blue {
                get {
                    try {
                        return ((int)(this[this.tableMacroAssetClass.BlueColumn]));
                    }
                    catch (global::System.InvalidCastException e) {
                        throw new global::System.Data.StrongTypingException("The value for column \'Blue\' in table \'MacroAssetClass\' is DBNull.", e);
                    }
                }
                set {
                    this[this.tableMacroAssetClass.BlueColumn] = value;
                }
            }
            
            [global::System.Diagnostics.DebuggerNonUserCodeAttribute()]
            public bool IsDescrizioneNull() {
                return this.IsNull(this.tableMacroAssetClass.DescrizioneColumn);
            }
            
            [global::System.Diagnostics.DebuggerNonUserCodeAttribute()]
            public void SetDescrizioneNull() {
                this[this.tableMacroAssetClass.DescrizioneColumn] = global::System.Convert.DBNull;
            }
            
            [global::System.Diagnostics.DebuggerNonUserCodeAttribute()]
            public bool IsControvaloreNull() {
                return this.IsNull(this.tableMacroAssetClass.ControvaloreColumn);
            }
            
            [global::System.Diagnostics.DebuggerNonUserCodeAttribute()]
            public void SetControvaloreNull() {
                this[this.tableMacroAssetClass.ControvaloreColumn] = global::System.Convert.DBNull;
            }
            
            [global::System.Diagnostics.DebuggerNonUserCodeAttribute()]
            public bool IsPercentualeNull() {
                return this.IsNull(this.tableMacroAssetClass.PercentualeColumn);
            }
            
            [global::System.Diagnostics.DebuggerNonUserCodeAttribute()]
            public void SetPercentualeNull() {
                this[this.tableMacroAssetClass.PercentualeColumn] = global::System.Convert.DBNull;
            }
            
            [global::System.Diagnostics.DebuggerNonUserCodeAttribute()]
            public bool IsRedNull() {
                return this.IsNull(this.tableMacroAssetClass.RedColumn);
            }
            
            [global::System.Diagnostics.DebuggerNonUserCodeAttribute()]
            public void SetRedNull() {
                this[this.tableMacroAssetClass.RedColumn] = global::System.Convert.DBNull;
            }
            
            [global::System.Diagnostics.DebuggerNonUserCodeAttribute()]
            public bool IsGreenNull() {
                return this.IsNull(this.tableMacroAssetClass.GreenColumn);
            }
            
            [global::System.Diagnostics.DebuggerNonUserCodeAttribute()]
            public void SetGreenNull() {
                this[this.tableMacroAssetClass.GreenColumn] = global::System.Convert.DBNull;
            }
            
            [global::System.Diagnostics.DebuggerNonUserCodeAttribute()]
            public bool IsBlueNull() {
                return this.IsNull(this.tableMacroAssetClass.BlueColumn);
            }
            
            [global::System.Diagnostics.DebuggerNonUserCodeAttribute()]
            public void SetBlueNull() {
                this[this.tableMacroAssetClass.BlueColumn] = global::System.Convert.DBNull;
            }
        }
        
        /// <summary>
        ///Represents strongly named DataRow class.
        ///</summary>
        [global::System.CodeDom.Compiler.GeneratedCodeAttribute("System.Data.Design.TypedDataSetGenerator", "2.0.0.0")]
        public partial class MacroAssetTotaleRow : global::System.Data.DataRow {
            
            private MacroAssetTotaleDataTable tableMacroAssetTotale;
            
            [global::System.Diagnostics.DebuggerNonUserCodeAttribute()]
            internal MacroAssetTotaleRow(global::System.Data.DataRowBuilder rb) : 
                    base(rb) {
                this.tableMacroAssetTotale = ((MacroAssetTotaleDataTable)(this.Table));
            }
            
            [global::System.Diagnostics.DebuggerNonUserCodeAttribute()]
            public string Totale {
                get {
                    try {
                        return ((string)(this[this.tableMacroAssetTotale.TotaleColumn]));
                    }
                    catch (global::System.InvalidCastException e) {
                        throw new global::System.Data.StrongTypingException("The value for column \'Totale\' in table \'MacroAssetTotale\' is DBNull.", e);
                    }
                }
                set {
                    this[this.tableMacroAssetTotale.TotaleColumn] = value;
                }
            }
            
            [global::System.Diagnostics.DebuggerNonUserCodeAttribute()]
            public decimal Controvalore {
                get {
                    try {
                        return ((decimal)(this[this.tableMacroAssetTotale.ControvaloreColumn]));
                    }
                    catch (global::System.InvalidCastException e) {
                        throw new global::System.Data.StrongTypingException("The value for column \'Controvalore\' in table \'MacroAssetTotale\' is DBNull.", e);
                    }
                }
                set {
                    this[this.tableMacroAssetTotale.ControvaloreColumn] = value;
                }
            }
            
            [global::System.Diagnostics.DebuggerNonUserCodeAttribute()]
            public decimal Percentuale {
                get {
                    try {
                        return ((decimal)(this[this.tableMacroAssetTotale.PercentualeColumn]));
                    }
                    catch (global::System.InvalidCastException e) {
                        throw new global::System.Data.StrongTypingException("The value for column \'Percentuale\' in table \'MacroAssetTotale\' is DBNull.", e);
                    }
                }
                set {
                    this[this.tableMacroAssetTotale.PercentualeColumn] = value;
                }
            }
            
            [global::System.Diagnostics.DebuggerNonUserCodeAttribute()]
            public bool IsTotaleNull() {
                return this.IsNull(this.tableMacroAssetTotale.TotaleColumn);
            }
            
            [global::System.Diagnostics.DebuggerNonUserCodeAttribute()]
            public void SetTotaleNull() {
                this[this.tableMacroAssetTotale.TotaleColumn] = global::System.Convert.DBNull;
            }
            
            [global::System.Diagnostics.DebuggerNonUserCodeAttribute()]
            public bool IsControvaloreNull() {
                return this.IsNull(this.tableMacroAssetTotale.ControvaloreColumn);
            }
            
            [global::System.Diagnostics.DebuggerNonUserCodeAttribute()]
            public void SetControvaloreNull() {
                this[this.tableMacroAssetTotale.ControvaloreColumn] = global::System.Convert.DBNull;
            }
            
            [global::System.Diagnostics.DebuggerNonUserCodeAttribute()]
            public bool IsPercentualeNull() {
                return this.IsNull(this.tableMacroAssetTotale.PercentualeColumn);
            }
            
            [global::System.Diagnostics.DebuggerNonUserCodeAttribute()]
            public void SetPercentualeNull() {
                this[this.tableMacroAssetTotale.PercentualeColumn] = global::System.Convert.DBNull;
            }
        }
        
        /// <summary>
        ///Represents strongly named DataRow class.
        ///</summary>
        [global::System.CodeDom.Compiler.GeneratedCodeAttribute("System.Data.Design.TypedDataSetGenerator", "2.0.0.0")]
        public partial class RisorsePercentualiRow : global::System.Data.DataRow {
            
            private RisorsePercentualiDataTable tableRisorsePercentuali;
            
            [global::System.Diagnostics.DebuggerNonUserCodeAttribute()]
            internal RisorsePercentualiRow(global::System.Data.DataRowBuilder rb) : 
                    base(rb) {
                this.tableRisorsePercentuali = ((RisorsePercentualiDataTable)(this.Table));
            }
            
            [global::System.Diagnostics.DebuggerNonUserCodeAttribute()]
            public decimal ValorePercentuale {
                get {
                    try {
                        return ((decimal)(this[this.tableRisorsePercentuali.ValorePercentualeColumn]));
                    }
                    catch (global::System.InvalidCastException e) {
                        throw new global::System.Data.StrongTypingException("The value for column \'ValorePercentuale\' in table \'RisorsePercentuali\' is DBNull." +
                                "", e);
                    }
                }
                set {
                    this[this.tableRisorsePercentuali.ValorePercentualeColumn] = value;
                }
            }
            
            [global::System.Diagnostics.DebuggerNonUserCodeAttribute()]
            public bool IsValorePercentualeNull() {
                return this.IsNull(this.tableRisorsePercentuali.ValorePercentualeColumn);
            }
            
            [global::System.Diagnostics.DebuggerNonUserCodeAttribute()]
            public void SetValorePercentualeNull() {
                this[this.tableRisorsePercentuali.ValorePercentualeColumn] = global::System.Convert.DBNull;
            }
        }
        
        /// <summary>
        ///Represents strongly named DataRow class.
        ///</summary>
        [global::System.CodeDom.Compiler.GeneratedCodeAttribute("System.Data.Design.TypedDataSetGenerator", "2.0.0.0")]
        public partial class PatrimonioNonRappresentabileRow : global::System.Data.DataRow {
            
            private PatrimonioNonRappresentabileDataTable tablePatrimonioNonRappresentabile;
            
            [global::System.Diagnostics.DebuggerNonUserCodeAttribute()]
            internal PatrimonioNonRappresentabileRow(global::System.Data.DataRowBuilder rb) : 
                    base(rb) {
                this.tablePatrimonioNonRappresentabile = ((PatrimonioNonRappresentabileDataTable)(this.Table));
            }
            
            [global::System.Diagnostics.DebuggerNonUserCodeAttribute()]
            public string Descrizione {
                get {
                    try {
                        return ((string)(this[this.tablePatrimonioNonRappresentabile.DescrizioneColumn]));
                    }
                    catch (global::System.InvalidCastException e) {
                        throw new global::System.Data.StrongTypingException("The value for column \'Descrizione\' in table \'PatrimonioNonRappresentabile\' is DBN" +
                                "ull.", e);
                    }
                }
                set {
                    this[this.tablePatrimonioNonRappresentabile.DescrizioneColumn] = value;
                }
            }
            
            [global::System.Diagnostics.DebuggerNonUserCodeAttribute()]
            public decimal ControValore {
                get {
                    try {
                        return ((decimal)(this[this.tablePatrimonioNonRappresentabile.ControValoreColumn]));
                    }
                    catch (global::System.InvalidCastException e) {
                        throw new global::System.Data.StrongTypingException("The value for column \'ControValore\' in table \'PatrimonioNonRappresentabile\' is DB" +
                                "Null.", e);
                    }
                }
                set {
                    this[this.tablePatrimonioNonRappresentabile.ControValoreColumn] = value;
                }
            }
            
            [global::System.Diagnostics.DebuggerNonUserCodeAttribute()]
            public bool IsDescrizioneNull() {
                return this.IsNull(this.tablePatrimonioNonRappresentabile.DescrizioneColumn);
            }
            
            [global::System.Diagnostics.DebuggerNonUserCodeAttribute()]
            public void SetDescrizioneNull() {
                this[this.tablePatrimonioNonRappresentabile.DescrizioneColumn] = global::System.Convert.DBNull;
            }
            
            [global::System.Diagnostics.DebuggerNonUserCodeAttribute()]
            public bool IsControValoreNull() {
                return this.IsNull(this.tablePatrimonioNonRappresentabile.ControValoreColumn);
            }
            
            [global::System.Diagnostics.DebuggerNonUserCodeAttribute()]
            public void SetControValoreNull() {
                this[this.tablePatrimonioNonRappresentabile.ControValoreColumn] = global::System.Convert.DBNull;
            }
        }
        
        /// <summary>
        ///Represents strongly named DataRow class.
        ///</summary>
        [global::System.CodeDom.Compiler.GeneratedCodeAttribute("System.Data.Design.TypedDataSetGenerator", "2.0.0.0")]
        public partial class TotaleRow : global::System.Data.DataRow {
            
            private TotaleDataTable tableTotale;
            
            [global::System.Diagnostics.DebuggerNonUserCodeAttribute()]
            internal TotaleRow(global::System.Data.DataRowBuilder rb) : 
                    base(rb) {
                this.tableTotale = ((TotaleDataTable)(this.Table));
            }
            
            [global::System.Diagnostics.DebuggerNonUserCodeAttribute()]
            public string Descrizione {
                get {
                    try {
                        return ((string)(this[this.tableTotale.DescrizioneColumn]));
                    }
                    catch (global::System.InvalidCastException e) {
                        throw new global::System.Data.StrongTypingException("The value for column \'Descrizione\' in table \'Totale\' is DBNull.", e);
                    }
                }
                set {
                    this[this.tableTotale.DescrizioneColumn] = value;
                }
            }
            
            [global::System.Diagnostics.DebuggerNonUserCodeAttribute()]
            public decimal ControValore {
                get {
                    try {
                        return ((decimal)(this[this.tableTotale.ControValoreColumn]));
                    }
                    catch (global::System.InvalidCastException e) {
                        throw new global::System.Data.StrongTypingException("The value for column \'ControValore\' in table \'Totale\' is DBNull.", e);
                    }
                }
                set {
                    this[this.tableTotale.ControValoreColumn] = value;
                }
            }
            
            [global::System.Diagnostics.DebuggerNonUserCodeAttribute()]
            public bool IsDescrizioneNull() {
                return this.IsNull(this.tableTotale.DescrizioneColumn);
            }
            
            [global::System.Diagnostics.DebuggerNonUserCodeAttribute()]
            public void SetDescrizioneNull() {
                this[this.tableTotale.DescrizioneColumn] = global::System.Convert.DBNull;
            }
            
            [global::System.Diagnostics.DebuggerNonUserCodeAttribute()]
            public bool IsControValoreNull() {
                return this.IsNull(this.tableTotale.ControValoreColumn);
            }
            
            [global::System.Diagnostics.DebuggerNonUserCodeAttribute()]
            public void SetControValoreNull() {
                this[this.tableTotale.ControValoreColumn] = global::System.Convert.DBNull;
            }
        }
        
        /// <summary>
        ///Represents strongly named DataRow class.
        ///</summary>
        [global::System.CodeDom.Compiler.GeneratedCodeAttribute("System.Data.Design.TypedDataSetGenerator", "2.0.0.0")]
        public partial class ContoCorrenteBancaFideuramRow : global::System.Data.DataRow {
            
            private ContoCorrenteBancaFideuramDataTable tableContoCorrenteBancaFideuram;
            
            [global::System.Diagnostics.DebuggerNonUserCodeAttribute()]
            internal ContoCorrenteBancaFideuramRow(global::System.Data.DataRowBuilder rb) : 
                    base(rb) {
                this.tableContoCorrenteBancaFideuram = ((ContoCorrenteBancaFideuramDataTable)(this.Table));
            }
            
            [global::System.Diagnostics.DebuggerNonUserCodeAttribute()]
            public string Descrizione {
                get {
                    try {
                        return ((string)(this[this.tableContoCorrenteBancaFideuram.DescrizioneColumn]));
                    }
                    catch (global::System.InvalidCastException e) {
                        throw new global::System.Data.StrongTypingException("The value for column \'Descrizione\' in table \'ContoCorrenteBancaFideuram\' is DBNul" +
                                "l.", e);
                    }
                }
                set {
                    this[this.tableContoCorrenteBancaFideuram.DescrizioneColumn] = value;
                }
            }
            
            [global::System.Diagnostics.DebuggerNonUserCodeAttribute()]
            public decimal ControValore {
                get {
                    try {
                        return ((decimal)(this[this.tableContoCorrenteBancaFideuram.ControValoreColumn]));
                    }
                    catch (global::System.InvalidCastException e) {
                        throw new global::System.Data.StrongTypingException("The value for column \'ControValore\' in table \'ContoCorrenteBancaFideuram\' is DBNu" +
                                "ll.", e);
                    }
                }
                set {
                    this[this.tableContoCorrenteBancaFideuram.ControValoreColumn] = value;
                }
            }
            
            [global::System.Diagnostics.DebuggerNonUserCodeAttribute()]
            public bool IsDescrizioneNull() {
                return this.IsNull(this.tableContoCorrenteBancaFideuram.DescrizioneColumn);
            }
            
            [global::System.Diagnostics.DebuggerNonUserCodeAttribute()]
            public void SetDescrizioneNull() {
                this[this.tableContoCorrenteBancaFideuram.DescrizioneColumn] = global::System.Convert.DBNull;
            }
            
            [global::System.Diagnostics.DebuggerNonUserCodeAttribute()]
            public bool IsControValoreNull() {
                return this.IsNull(this.tableContoCorrenteBancaFideuram.ControValoreColumn);
            }
            
            [global::System.Diagnostics.DebuggerNonUserCodeAttribute()]
            public void SetControValoreNull() {
                this[this.tableContoCorrenteBancaFideuram.ControValoreColumn] = global::System.Convert.DBNull;
            }
        }
        
        /// <summary>
        ///Represents strongly named DataRow class.
        ///</summary>
        [global::System.CodeDom.Compiler.GeneratedCodeAttribute("System.Data.Design.TypedDataSetGenerator", "2.0.0.0")]
        public partial class PartiteViaggiantiRow : global::System.Data.DataRow {
            
            private PartiteViaggiantiDataTable tablePartiteViaggianti;
            
            [global::System.Diagnostics.DebuggerNonUserCodeAttribute()]
            internal PartiteViaggiantiRow(global::System.Data.DataRowBuilder rb) : 
                    base(rb) {
                this.tablePartiteViaggianti = ((PartiteViaggiantiDataTable)(this.Table));
            }
            
            [global::System.Diagnostics.DebuggerNonUserCodeAttribute()]
            public string Descrizione {
                get {
                    try {
                        return ((string)(this[this.tablePartiteViaggianti.DescrizioneColumn]));
                    }
                    catch (global::System.InvalidCastException e) {
                        throw new global::System.Data.StrongTypingException("The value for column \'Descrizione\' in table \'PartiteViaggianti\' is DBNull.", e);
                    }
                }
                set {
                    this[this.tablePartiteViaggianti.DescrizioneColumn] = value;
                }
            }
            
            [global::System.Diagnostics.DebuggerNonUserCodeAttribute()]
            public decimal ControValore {
                get {
                    try {
                        return ((decimal)(this[this.tablePartiteViaggianti.ControValoreColumn]));
                    }
                    catch (global::System.InvalidCastException e) {
                        throw new global::System.Data.StrongTypingException("The value for column \'ControValore\' in table \'PartiteViaggianti\' is DBNull.", e);
                    }
                }
                set {
                    this[this.tablePartiteViaggianti.ControValoreColumn] = value;
                }
            }
            
            [global::System.Diagnostics.DebuggerNonUserCodeAttribute()]
            public bool IsDescrizioneNull() {
                return this.IsNull(this.tablePartiteViaggianti.DescrizioneColumn);
            }
            
            [global::System.Diagnostics.DebuggerNonUserCodeAttribute()]
            public void SetDescrizioneNull() {
                this[this.tablePartiteViaggianti.DescrizioneColumn] = global::System.Convert.DBNull;
            }
            
            [global::System.Diagnostics.DebuggerNonUserCodeAttribute()]
            public bool IsControValoreNull() {
                return this.IsNull(this.tablePartiteViaggianti.ControValoreColumn);
            }
            
            [global::System.Diagnostics.DebuggerNonUserCodeAttribute()]
            public void SetControValoreNull() {
                this[this.tablePartiteViaggianti.ControValoreColumn] = global::System.Convert.DBNull;
            }
        }
        
        /// <summary>
        ///Row event argument class
        ///</summary>
        [global::System.CodeDom.Compiler.GeneratedCodeAttribute("System.Data.Design.TypedDataSetGenerator", "2.0.0.0")]
        public class MacroAssetClassRowChangeEvent : global::System.EventArgs {
            
            private MacroAssetClassRow eventRow;
            
            private global::System.Data.DataRowAction eventAction;
            
            [global::System.Diagnostics.DebuggerNonUserCodeAttribute()]
            public MacroAssetClassRowChangeEvent(MacroAssetClassRow row, global::System.Data.DataRowAction action) {
                this.eventRow = row;
                this.eventAction = action;
            }
            
            [global::System.Diagnostics.DebuggerNonUserCodeAttribute()]
            public MacroAssetClassRow Row {
                get {
                    return this.eventRow;
                }
            }
            
            [global::System.Diagnostics.DebuggerNonUserCodeAttribute()]
            public global::System.Data.DataRowAction Action {
                get {
                    return this.eventAction;
                }
            }
        }
        
        /// <summary>
        ///Row event argument class
        ///</summary>
        [global::System.CodeDom.Compiler.GeneratedCodeAttribute("System.Data.Design.TypedDataSetGenerator", "2.0.0.0")]
        public class MacroAssetTotaleRowChangeEvent : global::System.EventArgs {
            
            private MacroAssetTotaleRow eventRow;
            
            private global::System.Data.DataRowAction eventAction;
            
            [global::System.Diagnostics.DebuggerNonUserCodeAttribute()]
            public MacroAssetTotaleRowChangeEvent(MacroAssetTotaleRow row, global::System.Data.DataRowAction action) {
                this.eventRow = row;
                this.eventAction = action;
            }
            
            [global::System.Diagnostics.DebuggerNonUserCodeAttribute()]
            public MacroAssetTotaleRow Row {
                get {
                    return this.eventRow;
                }
            }
            
            [global::System.Diagnostics.DebuggerNonUserCodeAttribute()]
            public global::System.Data.DataRowAction Action {
                get {
                    return this.eventAction;
                }
            }
        }
        
        /// <summary>
        ///Row event argument class
        ///</summary>
        [global::System.CodeDom.Compiler.GeneratedCodeAttribute("System.Data.Design.TypedDataSetGenerator", "2.0.0.0")]
        public class RisorsePercentualiRowChangeEvent : global::System.EventArgs {
            
            private RisorsePercentualiRow eventRow;
            
            private global::System.Data.DataRowAction eventAction;
            
            [global::System.Diagnostics.DebuggerNonUserCodeAttribute()]
            public RisorsePercentualiRowChangeEvent(RisorsePercentualiRow row, global::System.Data.DataRowAction action) {
                this.eventRow = row;
                this.eventAction = action;
            }
            
            [global::System.Diagnostics.DebuggerNonUserCodeAttribute()]
            public RisorsePercentualiRow Row {
                get {
                    return this.eventRow;
                }
            }
            
            [global::System.Diagnostics.DebuggerNonUserCodeAttribute()]
            public global::System.Data.DataRowAction Action {
                get {
                    return this.eventAction;
                }
            }
        }
        
        /// <summary>
        ///Row event argument class
        ///</summary>
        [global::System.CodeDom.Compiler.GeneratedCodeAttribute("System.Data.Design.TypedDataSetGenerator", "2.0.0.0")]
        public class PatrimonioNonRappresentabileRowChangeEvent : global::System.EventArgs {
            
            private PatrimonioNonRappresentabileRow eventRow;
            
            private global::System.Data.DataRowAction eventAction;
            
            [global::System.Diagnostics.DebuggerNonUserCodeAttribute()]
            public PatrimonioNonRappresentabileRowChangeEvent(PatrimonioNonRappresentabileRow row, global::System.Data.DataRowAction action) {
                this.eventRow = row;
                this.eventAction = action;
            }
            
            [global::System.Diagnostics.DebuggerNonUserCodeAttribute()]
            public PatrimonioNonRappresentabileRow Row {
                get {
                    return this.eventRow;
                }
            }
            
            [global::System.Diagnostics.DebuggerNonUserCodeAttribute()]
            public global::System.Data.DataRowAction Action {
                get {
                    return this.eventAction;
                }
            }
        }
        
        /// <summary>
        ///Row event argument class
        ///</summary>
        [global::System.CodeDom.Compiler.GeneratedCodeAttribute("System.Data.Design.TypedDataSetGenerator", "2.0.0.0")]
        public class TotaleRowChangeEvent : global::System.EventArgs {
            
            private TotaleRow eventRow;
            
            private global::System.Data.DataRowAction eventAction;
            
            [global::System.Diagnostics.DebuggerNonUserCodeAttribute()]
            public TotaleRowChangeEvent(TotaleRow row, global::System.Data.DataRowAction action) {
                this.eventRow = row;
                this.eventAction = action;
            }
            
            [global::System.Diagnostics.DebuggerNonUserCodeAttribute()]
            public TotaleRow Row {
                get {
                    return this.eventRow;
                }
            }
            
            [global::System.Diagnostics.DebuggerNonUserCodeAttribute()]
            public global::System.Data.DataRowAction Action {
                get {
                    return this.eventAction;
                }
            }
        }
        
        /// <summary>
        ///Row event argument class
        ///</summary>
        [global::System.CodeDom.Compiler.GeneratedCodeAttribute("System.Data.Design.TypedDataSetGenerator", "2.0.0.0")]
        public class ContoCorrenteBancaFideuramRowChangeEvent : global::System.EventArgs {
            
            private ContoCorrenteBancaFideuramRow eventRow;
            
            private global::System.Data.DataRowAction eventAction;
            
            [global::System.Diagnostics.DebuggerNonUserCodeAttribute()]
            public ContoCorrenteBancaFideuramRowChangeEvent(ContoCorrenteBancaFideuramRow row, global::System.Data.DataRowAction action) {
                this.eventRow = row;
                this.eventAction = action;
            }
            
            [global::System.Diagnostics.DebuggerNonUserCodeAttribute()]
            public ContoCorrenteBancaFideuramRow Row {
                get {
                    return this.eventRow;
                }
            }
            
            [global::System.Diagnostics.DebuggerNonUserCodeAttribute()]
            public global::System.Data.DataRowAction Action {
                get {
                    return this.eventAction;
                }
            }
        }
        
        /// <summary>
        ///Row event argument class
        ///</summary>
        [global::System.CodeDom.Compiler.GeneratedCodeAttribute("System.Data.Design.TypedDataSetGenerator", "2.0.0.0")]
        public class PartiteViaggiantiRowChangeEvent : global::System.EventArgs {
            
            private PartiteViaggiantiRow eventRow;
            
            private global::System.Data.DataRowAction eventAction;
            
            [global::System.Diagnostics.DebuggerNonUserCodeAttribute()]
            public PartiteViaggiantiRowChangeEvent(PartiteViaggiantiRow row, global::System.Data.DataRowAction action) {
                this.eventRow = row;
                this.eventAction = action;
            }
            
            [global::System.Diagnostics.DebuggerNonUserCodeAttribute()]
            public PartiteViaggiantiRow Row {
                get {
                    return this.eventRow;
                }
            }
            
            [global::System.Diagnostics.DebuggerNonUserCodeAttribute()]
            public global::System.Data.DataRowAction Action {
                get {
                    return this.eventAction;
                }
            }
        }
    }
}

#pragma warning restore 1591