This commit is contained in:
kudzu_cp 2010-09-03 01:18:43 +00:00
parent d06ead7cee
commit 68bdaed3fa
3 changed files with 96 additions and 6 deletions

View file

@ -89,6 +89,11 @@
<Compile Include="Consts.cs" /> <Compile Include="Consts.cs" />
<Compile Include="NameValueCollectionHelper.cs" /> <Compile Include="NameValueCollectionHelper.cs" />
<Compile Include="Properties\AssemblyInfo.cs" /> <Compile Include="Properties\AssemblyInfo.cs" />
<Compile Include="SymbolsDS.Designer.cs">
<AutoGen>True</AutoGen>
<DesignTime>True</DesignTime>
<DependentUpon>SymbolsDS.xsd</DependentUpon>
</Compile>
</ItemGroup> </ItemGroup>
<ItemGroup> <ItemGroup>
<None Include="Cosmos.snk" /> <None Include="Cosmos.snk" />
@ -98,6 +103,7 @@
<None Include="SymbolsDS.xsd"> <None Include="SymbolsDS.xsd">
<SubType>Designer</SubType> <SubType>Designer</SubType>
<Generator>MSDataSetGenerator</Generator> <Generator>MSDataSetGenerator</Generator>
<LastGenOutput>SymbolsDS.Designer.cs</LastGenOutput>
</None> </None>
<None Include="SymbolsDS.xss"> <None Include="SymbolsDS.xss">
<DependentUpon>SymbolsDS.xsd</DependentUpon> <DependentUpon>SymbolsDS.xsd</DependentUpon>

View file

@ -89,13 +89,21 @@
<Compile Include="Consts.cs" /> <Compile Include="Consts.cs" />
<Compile Include="NameValueCollectionHelper.cs" /> <Compile Include="NameValueCollectionHelper.cs" />
<Compile Include="Properties\AssemblyInfo.cs" /> <Compile Include="Properties\AssemblyInfo.cs" />
<Compile Include="SymbolsDS.Designer.cs">
<AutoGen>True</AutoGen>
<DesignTime>True</DesignTime>
<DependentUpon>SymbolsDS.xsd</DependentUpon>
</Compile>
</ItemGroup> </ItemGroup>
<ItemGroup> <ItemGroup>
<None Include="Cosmos.snk" /> <None Include="Cosmos.snk" />
<None Include="SymbolsDS.xsc"> <None Include="SymbolsDS.xsc">
<DependentUpon>SymbolsDS.xsd</DependentUpon> <DependentUpon>SymbolsDS.xsd</DependentUpon>
</None> </None>
<None Include="SymbolsDS.xsd" /> <None Include="SymbolsDS.xsd">
<LastGenOutput>SymbolsDS.Designer.cs</LastGenOutput>
<Generator>MSDataSetGenerator</Generator>
</None>
<None Include="SymbolsDS.xss"> <None Include="SymbolsDS.xss">
<DependentUpon>SymbolsDS.xsd</DependentUpon> <DependentUpon>SymbolsDS.xsd</DependentUpon>
</None> </None>

View file

@ -1,7 +1,7 @@
//------------------------------------------------------------------------------ //------------------------------------------------------------------------------
// <auto-generated> // <auto-generated>
// This code was generated by a tool. // This code was generated by a tool.
// Runtime Version:2.0.50727.4952 // Runtime Version:4.0.30319.1
// //
// Changes to this file may cause incorrect behavior and will be lost if // Changes to this file may cause incorrect behavior and will be lost if
// the code is regenerated. // the code is regenerated.
@ -16,7 +16,6 @@ namespace Cosmos.Debug.Common {
/// <summary> /// <summary>
///Represents a strongly typed in-memory cache of data. ///Represents a strongly typed in-memory cache of data.
///</summary> ///</summary>
[global::System.CodeDom.Compiler.GeneratedCodeAttribute("System.Data.Design.TypedDataSetGenerator", "2.0.0.0")]
[global::System.Serializable()] [global::System.Serializable()]
[global::System.ComponentModel.DesignerCategoryAttribute("code")] [global::System.ComponentModel.DesignerCategoryAttribute("code")]
[global::System.ComponentModel.ToolboxItem(true)] [global::System.ComponentModel.ToolboxItem(true)]
@ -30,6 +29,7 @@ namespace Cosmos.Debug.Common {
private global::System.Data.SchemaSerializationMode _schemaSerializationMode = global::System.Data.SchemaSerializationMode.IncludeSchema; private global::System.Data.SchemaSerializationMode _schemaSerializationMode = global::System.Data.SchemaSerializationMode.IncludeSchema;
[global::System.Diagnostics.DebuggerNonUserCodeAttribute()] [global::System.Diagnostics.DebuggerNonUserCodeAttribute()]
[global::System.CodeDom.Compiler.GeneratedCodeAttribute("System.Data.Design.TypedDataSetGenerator", "4.0.0.0")]
public SymbolsDS() { public SymbolsDS() {
this.BeginInit(); this.BeginInit();
this.InitClass(); this.InitClass();
@ -40,6 +40,7 @@ namespace Cosmos.Debug.Common {
} }
[global::System.Diagnostics.DebuggerNonUserCodeAttribute()] [global::System.Diagnostics.DebuggerNonUserCodeAttribute()]
[global::System.CodeDom.Compiler.GeneratedCodeAttribute("System.Data.Design.TypedDataSetGenerator", "4.0.0.0")]
protected SymbolsDS(global::System.Runtime.Serialization.SerializationInfo info, global::System.Runtime.Serialization.StreamingContext context) : protected SymbolsDS(global::System.Runtime.Serialization.SerializationInfo info, global::System.Runtime.Serialization.StreamingContext context) :
base(info, context, false) { base(info, context, false) {
if ((this.IsBinarySerialized(info, context) == true)) { if ((this.IsBinarySerialized(info, context) == true)) {
@ -75,6 +76,7 @@ namespace Cosmos.Debug.Common {
} }
[global::System.Diagnostics.DebuggerNonUserCodeAttribute()] [global::System.Diagnostics.DebuggerNonUserCodeAttribute()]
[global::System.CodeDom.Compiler.GeneratedCodeAttribute("System.Data.Design.TypedDataSetGenerator", "4.0.0.0")]
[global::System.ComponentModel.Browsable(false)] [global::System.ComponentModel.Browsable(false)]
[global::System.ComponentModel.DesignerSerializationVisibility(global::System.ComponentModel.DesignerSerializationVisibility.Content)] [global::System.ComponentModel.DesignerSerializationVisibility(global::System.ComponentModel.DesignerSerializationVisibility.Content)]
public EntryDataTable Entry { public EntryDataTable Entry {
@ -84,6 +86,7 @@ namespace Cosmos.Debug.Common {
} }
[global::System.Diagnostics.DebuggerNonUserCodeAttribute()] [global::System.Diagnostics.DebuggerNonUserCodeAttribute()]
[global::System.CodeDom.Compiler.GeneratedCodeAttribute("System.Data.Design.TypedDataSetGenerator", "4.0.0.0")]
[global::System.ComponentModel.BrowsableAttribute(true)] [global::System.ComponentModel.BrowsableAttribute(true)]
[global::System.ComponentModel.DesignerSerializationVisibilityAttribute(global::System.ComponentModel.DesignerSerializationVisibility.Visible)] [global::System.ComponentModel.DesignerSerializationVisibilityAttribute(global::System.ComponentModel.DesignerSerializationVisibility.Visible)]
public override global::System.Data.SchemaSerializationMode SchemaSerializationMode { public override global::System.Data.SchemaSerializationMode SchemaSerializationMode {
@ -96,6 +99,7 @@ namespace Cosmos.Debug.Common {
} }
[global::System.Diagnostics.DebuggerNonUserCodeAttribute()] [global::System.Diagnostics.DebuggerNonUserCodeAttribute()]
[global::System.CodeDom.Compiler.GeneratedCodeAttribute("System.Data.Design.TypedDataSetGenerator", "4.0.0.0")]
[global::System.ComponentModel.DesignerSerializationVisibilityAttribute(global::System.ComponentModel.DesignerSerializationVisibility.Hidden)] [global::System.ComponentModel.DesignerSerializationVisibilityAttribute(global::System.ComponentModel.DesignerSerializationVisibility.Hidden)]
public new global::System.Data.DataTableCollection Tables { public new global::System.Data.DataTableCollection Tables {
get { get {
@ -104,6 +108,7 @@ namespace Cosmos.Debug.Common {
} }
[global::System.Diagnostics.DebuggerNonUserCodeAttribute()] [global::System.Diagnostics.DebuggerNonUserCodeAttribute()]
[global::System.CodeDom.Compiler.GeneratedCodeAttribute("System.Data.Design.TypedDataSetGenerator", "4.0.0.0")]
[global::System.ComponentModel.DesignerSerializationVisibilityAttribute(global::System.ComponentModel.DesignerSerializationVisibility.Hidden)] [global::System.ComponentModel.DesignerSerializationVisibilityAttribute(global::System.ComponentModel.DesignerSerializationVisibility.Hidden)]
public new global::System.Data.DataRelationCollection Relations { public new global::System.Data.DataRelationCollection Relations {
get { get {
@ -112,6 +117,7 @@ namespace Cosmos.Debug.Common {
} }
[global::System.Diagnostics.DebuggerNonUserCodeAttribute()] [global::System.Diagnostics.DebuggerNonUserCodeAttribute()]
[global::System.CodeDom.Compiler.GeneratedCodeAttribute("System.Data.Design.TypedDataSetGenerator", "4.0.0.0")]
protected override void InitializeDerivedDataSet() { protected override void InitializeDerivedDataSet() {
this.BeginInit(); this.BeginInit();
this.InitClass(); this.InitClass();
@ -119,6 +125,7 @@ namespace Cosmos.Debug.Common {
} }
[global::System.Diagnostics.DebuggerNonUserCodeAttribute()] [global::System.Diagnostics.DebuggerNonUserCodeAttribute()]
[global::System.CodeDom.Compiler.GeneratedCodeAttribute("System.Data.Design.TypedDataSetGenerator", "4.0.0.0")]
public override global::System.Data.DataSet Clone() { public override global::System.Data.DataSet Clone() {
SymbolsDS cln = ((SymbolsDS)(base.Clone())); SymbolsDS cln = ((SymbolsDS)(base.Clone()));
cln.InitVars(); cln.InitVars();
@ -127,16 +134,19 @@ namespace Cosmos.Debug.Common {
} }
[global::System.Diagnostics.DebuggerNonUserCodeAttribute()] [global::System.Diagnostics.DebuggerNonUserCodeAttribute()]
[global::System.CodeDom.Compiler.GeneratedCodeAttribute("System.Data.Design.TypedDataSetGenerator", "4.0.0.0")]
protected override bool ShouldSerializeTables() { protected override bool ShouldSerializeTables() {
return false; return false;
} }
[global::System.Diagnostics.DebuggerNonUserCodeAttribute()] [global::System.Diagnostics.DebuggerNonUserCodeAttribute()]
[global::System.CodeDom.Compiler.GeneratedCodeAttribute("System.Data.Design.TypedDataSetGenerator", "4.0.0.0")]
protected override bool ShouldSerializeRelations() { protected override bool ShouldSerializeRelations() {
return false; return false;
} }
[global::System.Diagnostics.DebuggerNonUserCodeAttribute()] [global::System.Diagnostics.DebuggerNonUserCodeAttribute()]
[global::System.CodeDom.Compiler.GeneratedCodeAttribute("System.Data.Design.TypedDataSetGenerator", "4.0.0.0")]
protected override void ReadXmlSerializable(global::System.Xml.XmlReader reader) { protected override void ReadXmlSerializable(global::System.Xml.XmlReader reader) {
if ((this.DetermineSchemaSerializationMode(reader) == global::System.Data.SchemaSerializationMode.IncludeSchema)) { if ((this.DetermineSchemaSerializationMode(reader) == global::System.Data.SchemaSerializationMode.IncludeSchema)) {
this.Reset(); this.Reset();
@ -161,6 +171,7 @@ namespace Cosmos.Debug.Common {
} }
[global::System.Diagnostics.DebuggerNonUserCodeAttribute()] [global::System.Diagnostics.DebuggerNonUserCodeAttribute()]
[global::System.CodeDom.Compiler.GeneratedCodeAttribute("System.Data.Design.TypedDataSetGenerator", "4.0.0.0")]
protected override global::System.Xml.Schema.XmlSchema GetSchemaSerializable() { protected override global::System.Xml.Schema.XmlSchema GetSchemaSerializable() {
global::System.IO.MemoryStream stream = new global::System.IO.MemoryStream(); global::System.IO.MemoryStream stream = new global::System.IO.MemoryStream();
this.WriteXmlSchema(new global::System.Xml.XmlTextWriter(stream, null)); this.WriteXmlSchema(new global::System.Xml.XmlTextWriter(stream, null));
@ -169,11 +180,13 @@ namespace Cosmos.Debug.Common {
} }
[global::System.Diagnostics.DebuggerNonUserCodeAttribute()] [global::System.Diagnostics.DebuggerNonUserCodeAttribute()]
[global::System.CodeDom.Compiler.GeneratedCodeAttribute("System.Data.Design.TypedDataSetGenerator", "4.0.0.0")]
internal void InitVars() { internal void InitVars() {
this.InitVars(true); this.InitVars(true);
} }
[global::System.Diagnostics.DebuggerNonUserCodeAttribute()] [global::System.Diagnostics.DebuggerNonUserCodeAttribute()]
[global::System.CodeDom.Compiler.GeneratedCodeAttribute("System.Data.Design.TypedDataSetGenerator", "4.0.0.0")]
internal void InitVars(bool initTable) { internal void InitVars(bool initTable) {
this.tableEntry = ((EntryDataTable)(base.Tables["Entry"])); this.tableEntry = ((EntryDataTable)(base.Tables["Entry"]));
if ((initTable == true)) { if ((initTable == true)) {
@ -184,6 +197,7 @@ namespace Cosmos.Debug.Common {
} }
[global::System.Diagnostics.DebuggerNonUserCodeAttribute()] [global::System.Diagnostics.DebuggerNonUserCodeAttribute()]
[global::System.CodeDom.Compiler.GeneratedCodeAttribute("System.Data.Design.TypedDataSetGenerator", "4.0.0.0")]
private void InitClass() { private void InitClass() {
this.DataSetName = "SymbolsDS"; this.DataSetName = "SymbolsDS";
this.Prefix = ""; this.Prefix = "";
@ -195,11 +209,13 @@ namespace Cosmos.Debug.Common {
} }
[global::System.Diagnostics.DebuggerNonUserCodeAttribute()] [global::System.Diagnostics.DebuggerNonUserCodeAttribute()]
[global::System.CodeDom.Compiler.GeneratedCodeAttribute("System.Data.Design.TypedDataSetGenerator", "4.0.0.0")]
private bool ShouldSerializeEntry() { private bool ShouldSerializeEntry() {
return false; return false;
} }
[global::System.Diagnostics.DebuggerNonUserCodeAttribute()] [global::System.Diagnostics.DebuggerNonUserCodeAttribute()]
[global::System.CodeDom.Compiler.GeneratedCodeAttribute("System.Data.Design.TypedDataSetGenerator", "4.0.0.0")]
private void SchemaChanged(object sender, global::System.ComponentModel.CollectionChangeEventArgs e) { private void SchemaChanged(object sender, global::System.ComponentModel.CollectionChangeEventArgs e) {
if ((e.Action == global::System.ComponentModel.CollectionChangeAction.Remove)) { if ((e.Action == global::System.ComponentModel.CollectionChangeAction.Remove)) {
this.InitVars(); this.InitVars();
@ -207,6 +223,7 @@ namespace Cosmos.Debug.Common {
} }
[global::System.Diagnostics.DebuggerNonUserCodeAttribute()] [global::System.Diagnostics.DebuggerNonUserCodeAttribute()]
[global::System.CodeDom.Compiler.GeneratedCodeAttribute("System.Data.Design.TypedDataSetGenerator", "4.0.0.0")]
public static global::System.Xml.Schema.XmlSchemaComplexType GetTypedDataSetSchema(global::System.Xml.Schema.XmlSchemaSet xs) { public static global::System.Xml.Schema.XmlSchemaComplexType GetTypedDataSetSchema(global::System.Xml.Schema.XmlSchemaSet xs) {
SymbolsDS ds = new SymbolsDS(); SymbolsDS ds = new SymbolsDS();
global::System.Xml.Schema.XmlSchemaComplexType type = new global::System.Xml.Schema.XmlSchemaComplexType(); global::System.Xml.Schema.XmlSchemaComplexType type = new global::System.Xml.Schema.XmlSchemaComplexType();
@ -252,12 +269,12 @@ namespace Cosmos.Debug.Common {
return type; return type;
} }
[global::System.CodeDom.Compiler.GeneratedCodeAttribute("System.Data.Design.TypedDataSetGenerator", "4.0.0.0")]
public delegate void EntryRowChangeEventHandler(object sender, EntryRowChangeEvent e); public delegate void EntryRowChangeEventHandler(object sender, EntryRowChangeEvent e);
/// <summary> /// <summary>
///Represents the strongly named DataTable class. ///Represents the strongly named DataTable class.
///</summary> ///</summary>
[global::System.CodeDom.Compiler.GeneratedCodeAttribute("System.Data.Design.TypedDataSetGenerator", "2.0.0.0")]
[global::System.Serializable()] [global::System.Serializable()]
[global::System.Xml.Serialization.XmlSchemaProviderAttribute("GetTypedTableSchema")] [global::System.Xml.Serialization.XmlSchemaProviderAttribute("GetTypedTableSchema")]
public partial class EntryDataTable : global::System.Data.TypedTableBase<EntryRow> { public partial class EntryDataTable : global::System.Data.TypedTableBase<EntryRow> {
@ -279,6 +296,7 @@ namespace Cosmos.Debug.Common {
private global::System.Data.DataColumn columnMethodName; private global::System.Data.DataColumn columnMethodName;
[global::System.Diagnostics.DebuggerNonUserCodeAttribute()] [global::System.Diagnostics.DebuggerNonUserCodeAttribute()]
[global::System.CodeDom.Compiler.GeneratedCodeAttribute("System.Data.Design.TypedDataSetGenerator", "4.0.0.0")]
public EntryDataTable() { public EntryDataTable() {
this.TableName = "Entry"; this.TableName = "Entry";
this.BeginInit(); this.BeginInit();
@ -287,6 +305,7 @@ namespace Cosmos.Debug.Common {
} }
[global::System.Diagnostics.DebuggerNonUserCodeAttribute()] [global::System.Diagnostics.DebuggerNonUserCodeAttribute()]
[global::System.CodeDom.Compiler.GeneratedCodeAttribute("System.Data.Design.TypedDataSetGenerator", "4.0.0.0")]
internal EntryDataTable(global::System.Data.DataTable table) { internal EntryDataTable(global::System.Data.DataTable table) {
this.TableName = table.TableName; this.TableName = table.TableName;
if ((table.CaseSensitive != table.DataSet.CaseSensitive)) { if ((table.CaseSensitive != table.DataSet.CaseSensitive)) {
@ -303,12 +322,14 @@ namespace Cosmos.Debug.Common {
} }
[global::System.Diagnostics.DebuggerNonUserCodeAttribute()] [global::System.Diagnostics.DebuggerNonUserCodeAttribute()]
[global::System.CodeDom.Compiler.GeneratedCodeAttribute("System.Data.Design.TypedDataSetGenerator", "4.0.0.0")]
protected EntryDataTable(global::System.Runtime.Serialization.SerializationInfo info, global::System.Runtime.Serialization.StreamingContext context) : protected EntryDataTable(global::System.Runtime.Serialization.SerializationInfo info, global::System.Runtime.Serialization.StreamingContext context) :
base(info, context) { base(info, context) {
this.InitVars(); this.InitVars();
} }
[global::System.Diagnostics.DebuggerNonUserCodeAttribute()] [global::System.Diagnostics.DebuggerNonUserCodeAttribute()]
[global::System.CodeDom.Compiler.GeneratedCodeAttribute("System.Data.Design.TypedDataSetGenerator", "4.0.0.0")]
public global::System.Data.DataColumn LabelNameColumn { public global::System.Data.DataColumn LabelNameColumn {
get { get {
return this.columnLabelName; return this.columnLabelName;
@ -316,6 +337,7 @@ namespace Cosmos.Debug.Common {
} }
[global::System.Diagnostics.DebuggerNonUserCodeAttribute()] [global::System.Diagnostics.DebuggerNonUserCodeAttribute()]
[global::System.CodeDom.Compiler.GeneratedCodeAttribute("System.Data.Design.TypedDataSetGenerator", "4.0.0.0")]
public global::System.Data.DataColumn AddressColumn { public global::System.Data.DataColumn AddressColumn {
get { get {
return this.columnAddress; return this.columnAddress;
@ -323,6 +345,7 @@ namespace Cosmos.Debug.Common {
} }
[global::System.Diagnostics.DebuggerNonUserCodeAttribute()] [global::System.Diagnostics.DebuggerNonUserCodeAttribute()]
[global::System.CodeDom.Compiler.GeneratedCodeAttribute("System.Data.Design.TypedDataSetGenerator", "4.0.0.0")]
public global::System.Data.DataColumn StackDiffColumn { public global::System.Data.DataColumn StackDiffColumn {
get { get {
return this.columnStackDiff; return this.columnStackDiff;
@ -330,6 +353,7 @@ namespace Cosmos.Debug.Common {
} }
[global::System.Diagnostics.DebuggerNonUserCodeAttribute()] [global::System.Diagnostics.DebuggerNonUserCodeAttribute()]
[global::System.CodeDom.Compiler.GeneratedCodeAttribute("System.Data.Design.TypedDataSetGenerator", "4.0.0.0")]
public global::System.Data.DataColumn ILAsmFileColumn { public global::System.Data.DataColumn ILAsmFileColumn {
get { get {
return this.columnILAsmFile; return this.columnILAsmFile;
@ -337,6 +361,7 @@ namespace Cosmos.Debug.Common {
} }
[global::System.Diagnostics.DebuggerNonUserCodeAttribute()] [global::System.Diagnostics.DebuggerNonUserCodeAttribute()]
[global::System.CodeDom.Compiler.GeneratedCodeAttribute("System.Data.Design.TypedDataSetGenerator", "4.0.0.0")]
public global::System.Data.DataColumn TypeTokenColumn { public global::System.Data.DataColumn TypeTokenColumn {
get { get {
return this.columnTypeToken; return this.columnTypeToken;
@ -344,6 +369,7 @@ namespace Cosmos.Debug.Common {
} }
[global::System.Diagnostics.DebuggerNonUserCodeAttribute()] [global::System.Diagnostics.DebuggerNonUserCodeAttribute()]
[global::System.CodeDom.Compiler.GeneratedCodeAttribute("System.Data.Design.TypedDataSetGenerator", "4.0.0.0")]
public global::System.Data.DataColumn MethodTokenColumn { public global::System.Data.DataColumn MethodTokenColumn {
get { get {
return this.columnMethodToken; return this.columnMethodToken;
@ -351,6 +377,7 @@ namespace Cosmos.Debug.Common {
} }
[global::System.Diagnostics.DebuggerNonUserCodeAttribute()] [global::System.Diagnostics.DebuggerNonUserCodeAttribute()]
[global::System.CodeDom.Compiler.GeneratedCodeAttribute("System.Data.Design.TypedDataSetGenerator", "4.0.0.0")]
public global::System.Data.DataColumn ILOffsetColumn { public global::System.Data.DataColumn ILOffsetColumn {
get { get {
return this.columnILOffset; return this.columnILOffset;
@ -358,6 +385,7 @@ namespace Cosmos.Debug.Common {
} }
[global::System.Diagnostics.DebuggerNonUserCodeAttribute()] [global::System.Diagnostics.DebuggerNonUserCodeAttribute()]
[global::System.CodeDom.Compiler.GeneratedCodeAttribute("System.Data.Design.TypedDataSetGenerator", "4.0.0.0")]
public global::System.Data.DataColumn MethodNameColumn { public global::System.Data.DataColumn MethodNameColumn {
get { get {
return this.columnMethodName; return this.columnMethodName;
@ -365,6 +393,7 @@ namespace Cosmos.Debug.Common {
} }
[global::System.Diagnostics.DebuggerNonUserCodeAttribute()] [global::System.Diagnostics.DebuggerNonUserCodeAttribute()]
[global::System.CodeDom.Compiler.GeneratedCodeAttribute("System.Data.Design.TypedDataSetGenerator", "4.0.0.0")]
[global::System.ComponentModel.Browsable(false)] [global::System.ComponentModel.Browsable(false)]
public int Count { public int Count {
get { get {
@ -373,26 +402,33 @@ namespace Cosmos.Debug.Common {
} }
[global::System.Diagnostics.DebuggerNonUserCodeAttribute()] [global::System.Diagnostics.DebuggerNonUserCodeAttribute()]
[global::System.CodeDom.Compiler.GeneratedCodeAttribute("System.Data.Design.TypedDataSetGenerator", "4.0.0.0")]
public EntryRow this[int index] { public EntryRow this[int index] {
get { get {
return ((EntryRow)(this.Rows[index])); return ((EntryRow)(this.Rows[index]));
} }
} }
[global::System.CodeDom.Compiler.GeneratedCodeAttribute("System.Data.Design.TypedDataSetGenerator", "4.0.0.0")]
public event EntryRowChangeEventHandler EntryRowChanging; public event EntryRowChangeEventHandler EntryRowChanging;
[global::System.CodeDom.Compiler.GeneratedCodeAttribute("System.Data.Design.TypedDataSetGenerator", "4.0.0.0")]
public event EntryRowChangeEventHandler EntryRowChanged; public event EntryRowChangeEventHandler EntryRowChanged;
[global::System.CodeDom.Compiler.GeneratedCodeAttribute("System.Data.Design.TypedDataSetGenerator", "4.0.0.0")]
public event EntryRowChangeEventHandler EntryRowDeleting; public event EntryRowChangeEventHandler EntryRowDeleting;
[global::System.CodeDom.Compiler.GeneratedCodeAttribute("System.Data.Design.TypedDataSetGenerator", "4.0.0.0")]
public event EntryRowChangeEventHandler EntryRowDeleted; public event EntryRowChangeEventHandler EntryRowDeleted;
[global::System.Diagnostics.DebuggerNonUserCodeAttribute()] [global::System.Diagnostics.DebuggerNonUserCodeAttribute()]
[global::System.CodeDom.Compiler.GeneratedCodeAttribute("System.Data.Design.TypedDataSetGenerator", "4.0.0.0")]
public void AddEntryRow(EntryRow row) { public void AddEntryRow(EntryRow row) {
this.Rows.Add(row); this.Rows.Add(row);
} }
[global::System.Diagnostics.DebuggerNonUserCodeAttribute()] [global::System.Diagnostics.DebuggerNonUserCodeAttribute()]
[global::System.CodeDom.Compiler.GeneratedCodeAttribute("System.Data.Design.TypedDataSetGenerator", "4.0.0.0")]
public EntryRow AddEntryRow(string LabelName, uint Address, int StackDiff, string ILAsmFile, int TypeToken, int MethodToken, int ILOffset, string MethodName) { public EntryRow AddEntryRow(string LabelName, uint Address, int StackDiff, string ILAsmFile, int TypeToken, int MethodToken, int ILOffset, string MethodName) {
EntryRow rowEntryRow = ((EntryRow)(this.NewRow())); EntryRow rowEntryRow = ((EntryRow)(this.NewRow()));
object[] columnValuesArray = new object[] { object[] columnValuesArray = new object[] {
@ -410,6 +446,7 @@ namespace Cosmos.Debug.Common {
} }
[global::System.Diagnostics.DebuggerNonUserCodeAttribute()] [global::System.Diagnostics.DebuggerNonUserCodeAttribute()]
[global::System.CodeDom.Compiler.GeneratedCodeAttribute("System.Data.Design.TypedDataSetGenerator", "4.0.0.0")]
public override global::System.Data.DataTable Clone() { public override global::System.Data.DataTable Clone() {
EntryDataTable cln = ((EntryDataTable)(base.Clone())); EntryDataTable cln = ((EntryDataTable)(base.Clone()));
cln.InitVars(); cln.InitVars();
@ -417,11 +454,13 @@ namespace Cosmos.Debug.Common {
} }
[global::System.Diagnostics.DebuggerNonUserCodeAttribute()] [global::System.Diagnostics.DebuggerNonUserCodeAttribute()]
[global::System.CodeDom.Compiler.GeneratedCodeAttribute("System.Data.Design.TypedDataSetGenerator", "4.0.0.0")]
protected override global::System.Data.DataTable CreateInstance() { protected override global::System.Data.DataTable CreateInstance() {
return new EntryDataTable(); return new EntryDataTable();
} }
[global::System.Diagnostics.DebuggerNonUserCodeAttribute()] [global::System.Diagnostics.DebuggerNonUserCodeAttribute()]
[global::System.CodeDom.Compiler.GeneratedCodeAttribute("System.Data.Design.TypedDataSetGenerator", "4.0.0.0")]
internal void InitVars() { internal void InitVars() {
this.columnLabelName = base.Columns["LabelName"]; this.columnLabelName = base.Columns["LabelName"];
this.columnAddress = base.Columns["Address"]; this.columnAddress = base.Columns["Address"];
@ -434,6 +473,7 @@ namespace Cosmos.Debug.Common {
} }
[global::System.Diagnostics.DebuggerNonUserCodeAttribute()] [global::System.Diagnostics.DebuggerNonUserCodeAttribute()]
[global::System.CodeDom.Compiler.GeneratedCodeAttribute("System.Data.Design.TypedDataSetGenerator", "4.0.0.0")]
private void InitClass() { private void InitClass() {
this.columnLabelName = new global::System.Data.DataColumn("LabelName", typeof(string), null, global::System.Data.MappingType.Element); this.columnLabelName = new global::System.Data.DataColumn("LabelName", typeof(string), null, global::System.Data.MappingType.Element);
base.Columns.Add(this.columnLabelName); base.Columns.Add(this.columnLabelName);
@ -454,21 +494,25 @@ namespace Cosmos.Debug.Common {
} }
[global::System.Diagnostics.DebuggerNonUserCodeAttribute()] [global::System.Diagnostics.DebuggerNonUserCodeAttribute()]
[global::System.CodeDom.Compiler.GeneratedCodeAttribute("System.Data.Design.TypedDataSetGenerator", "4.0.0.0")]
public EntryRow NewEntryRow() { public EntryRow NewEntryRow() {
return ((EntryRow)(this.NewRow())); return ((EntryRow)(this.NewRow()));
} }
[global::System.Diagnostics.DebuggerNonUserCodeAttribute()] [global::System.Diagnostics.DebuggerNonUserCodeAttribute()]
[global::System.CodeDom.Compiler.GeneratedCodeAttribute("System.Data.Design.TypedDataSetGenerator", "4.0.0.0")]
protected override global::System.Data.DataRow NewRowFromBuilder(global::System.Data.DataRowBuilder builder) { protected override global::System.Data.DataRow NewRowFromBuilder(global::System.Data.DataRowBuilder builder) {
return new EntryRow(builder); return new EntryRow(builder);
} }
[global::System.Diagnostics.DebuggerNonUserCodeAttribute()] [global::System.Diagnostics.DebuggerNonUserCodeAttribute()]
[global::System.CodeDom.Compiler.GeneratedCodeAttribute("System.Data.Design.TypedDataSetGenerator", "4.0.0.0")]
protected override global::System.Type GetRowType() { protected override global::System.Type GetRowType() {
return typeof(EntryRow); return typeof(EntryRow);
} }
[global::System.Diagnostics.DebuggerNonUserCodeAttribute()] [global::System.Diagnostics.DebuggerNonUserCodeAttribute()]
[global::System.CodeDom.Compiler.GeneratedCodeAttribute("System.Data.Design.TypedDataSetGenerator", "4.0.0.0")]
protected override void OnRowChanged(global::System.Data.DataRowChangeEventArgs e) { protected override void OnRowChanged(global::System.Data.DataRowChangeEventArgs e) {
base.OnRowChanged(e); base.OnRowChanged(e);
if ((this.EntryRowChanged != null)) { if ((this.EntryRowChanged != null)) {
@ -477,6 +521,7 @@ namespace Cosmos.Debug.Common {
} }
[global::System.Diagnostics.DebuggerNonUserCodeAttribute()] [global::System.Diagnostics.DebuggerNonUserCodeAttribute()]
[global::System.CodeDom.Compiler.GeneratedCodeAttribute("System.Data.Design.TypedDataSetGenerator", "4.0.0.0")]
protected override void OnRowChanging(global::System.Data.DataRowChangeEventArgs e) { protected override void OnRowChanging(global::System.Data.DataRowChangeEventArgs e) {
base.OnRowChanging(e); base.OnRowChanging(e);
if ((this.EntryRowChanging != null)) { if ((this.EntryRowChanging != null)) {
@ -485,6 +530,7 @@ namespace Cosmos.Debug.Common {
} }
[global::System.Diagnostics.DebuggerNonUserCodeAttribute()] [global::System.Diagnostics.DebuggerNonUserCodeAttribute()]
[global::System.CodeDom.Compiler.GeneratedCodeAttribute("System.Data.Design.TypedDataSetGenerator", "4.0.0.0")]
protected override void OnRowDeleted(global::System.Data.DataRowChangeEventArgs e) { protected override void OnRowDeleted(global::System.Data.DataRowChangeEventArgs e) {
base.OnRowDeleted(e); base.OnRowDeleted(e);
if ((this.EntryRowDeleted != null)) { if ((this.EntryRowDeleted != null)) {
@ -493,6 +539,7 @@ namespace Cosmos.Debug.Common {
} }
[global::System.Diagnostics.DebuggerNonUserCodeAttribute()] [global::System.Diagnostics.DebuggerNonUserCodeAttribute()]
[global::System.CodeDom.Compiler.GeneratedCodeAttribute("System.Data.Design.TypedDataSetGenerator", "4.0.0.0")]
protected override void OnRowDeleting(global::System.Data.DataRowChangeEventArgs e) { protected override void OnRowDeleting(global::System.Data.DataRowChangeEventArgs e) {
base.OnRowDeleting(e); base.OnRowDeleting(e);
if ((this.EntryRowDeleting != null)) { if ((this.EntryRowDeleting != null)) {
@ -501,11 +548,13 @@ namespace Cosmos.Debug.Common {
} }
[global::System.Diagnostics.DebuggerNonUserCodeAttribute()] [global::System.Diagnostics.DebuggerNonUserCodeAttribute()]
[global::System.CodeDom.Compiler.GeneratedCodeAttribute("System.Data.Design.TypedDataSetGenerator", "4.0.0.0")]
public void RemoveEntryRow(EntryRow row) { public void RemoveEntryRow(EntryRow row) {
this.Rows.Remove(row); this.Rows.Remove(row);
} }
[global::System.Diagnostics.DebuggerNonUserCodeAttribute()] [global::System.Diagnostics.DebuggerNonUserCodeAttribute()]
[global::System.CodeDom.Compiler.GeneratedCodeAttribute("System.Data.Design.TypedDataSetGenerator", "4.0.0.0")]
public static global::System.Xml.Schema.XmlSchemaComplexType GetTypedTableSchema(global::System.Xml.Schema.XmlSchemaSet xs) { 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.XmlSchemaComplexType type = new global::System.Xml.Schema.XmlSchemaComplexType();
global::System.Xml.Schema.XmlSchemaSequence sequence = new global::System.Xml.Schema.XmlSchemaSequence(); global::System.Xml.Schema.XmlSchemaSequence sequence = new global::System.Xml.Schema.XmlSchemaSequence();
@ -571,18 +620,19 @@ namespace Cosmos.Debug.Common {
/// <summary> /// <summary>
///Represents strongly named DataRow class. ///Represents strongly named DataRow class.
///</summary> ///</summary>
[global::System.CodeDom.Compiler.GeneratedCodeAttribute("System.Data.Design.TypedDataSetGenerator", "2.0.0.0")]
public partial class EntryRow : global::System.Data.DataRow { public partial class EntryRow : global::System.Data.DataRow {
private EntryDataTable tableEntry; private EntryDataTable tableEntry;
[global::System.Diagnostics.DebuggerNonUserCodeAttribute()] [global::System.Diagnostics.DebuggerNonUserCodeAttribute()]
[global::System.CodeDom.Compiler.GeneratedCodeAttribute("System.Data.Design.TypedDataSetGenerator", "4.0.0.0")]
internal EntryRow(global::System.Data.DataRowBuilder rb) : internal EntryRow(global::System.Data.DataRowBuilder rb) :
base(rb) { base(rb) {
this.tableEntry = ((EntryDataTable)(this.Table)); this.tableEntry = ((EntryDataTable)(this.Table));
} }
[global::System.Diagnostics.DebuggerNonUserCodeAttribute()] [global::System.Diagnostics.DebuggerNonUserCodeAttribute()]
[global::System.CodeDom.Compiler.GeneratedCodeAttribute("System.Data.Design.TypedDataSetGenerator", "4.0.0.0")]
public string LabelName { public string LabelName {
get { get {
try { try {
@ -598,6 +648,7 @@ namespace Cosmos.Debug.Common {
} }
[global::System.Diagnostics.DebuggerNonUserCodeAttribute()] [global::System.Diagnostics.DebuggerNonUserCodeAttribute()]
[global::System.CodeDom.Compiler.GeneratedCodeAttribute("System.Data.Design.TypedDataSetGenerator", "4.0.0.0")]
public uint Address { public uint Address {
get { get {
try { try {
@ -613,6 +664,7 @@ namespace Cosmos.Debug.Common {
} }
[global::System.Diagnostics.DebuggerNonUserCodeAttribute()] [global::System.Diagnostics.DebuggerNonUserCodeAttribute()]
[global::System.CodeDom.Compiler.GeneratedCodeAttribute("System.Data.Design.TypedDataSetGenerator", "4.0.0.0")]
public int StackDiff { public int StackDiff {
get { get {
try { try {
@ -628,6 +680,7 @@ namespace Cosmos.Debug.Common {
} }
[global::System.Diagnostics.DebuggerNonUserCodeAttribute()] [global::System.Diagnostics.DebuggerNonUserCodeAttribute()]
[global::System.CodeDom.Compiler.GeneratedCodeAttribute("System.Data.Design.TypedDataSetGenerator", "4.0.0.0")]
public string ILAsmFile { public string ILAsmFile {
get { get {
try { try {
@ -643,6 +696,7 @@ namespace Cosmos.Debug.Common {
} }
[global::System.Diagnostics.DebuggerNonUserCodeAttribute()] [global::System.Diagnostics.DebuggerNonUserCodeAttribute()]
[global::System.CodeDom.Compiler.GeneratedCodeAttribute("System.Data.Design.TypedDataSetGenerator", "4.0.0.0")]
public int TypeToken { public int TypeToken {
get { get {
try { try {
@ -658,6 +712,7 @@ namespace Cosmos.Debug.Common {
} }
[global::System.Diagnostics.DebuggerNonUserCodeAttribute()] [global::System.Diagnostics.DebuggerNonUserCodeAttribute()]
[global::System.CodeDom.Compiler.GeneratedCodeAttribute("System.Data.Design.TypedDataSetGenerator", "4.0.0.0")]
public int MethodToken { public int MethodToken {
get { get {
try { try {
@ -673,6 +728,7 @@ namespace Cosmos.Debug.Common {
} }
[global::System.Diagnostics.DebuggerNonUserCodeAttribute()] [global::System.Diagnostics.DebuggerNonUserCodeAttribute()]
[global::System.CodeDom.Compiler.GeneratedCodeAttribute("System.Data.Design.TypedDataSetGenerator", "4.0.0.0")]
public int ILOffset { public int ILOffset {
get { get {
try { try {
@ -688,6 +744,7 @@ namespace Cosmos.Debug.Common {
} }
[global::System.Diagnostics.DebuggerNonUserCodeAttribute()] [global::System.Diagnostics.DebuggerNonUserCodeAttribute()]
[global::System.CodeDom.Compiler.GeneratedCodeAttribute("System.Data.Design.TypedDataSetGenerator", "4.0.0.0")]
public string MethodName { public string MethodName {
get { get {
try { try {
@ -703,81 +760,97 @@ namespace Cosmos.Debug.Common {
} }
[global::System.Diagnostics.DebuggerNonUserCodeAttribute()] [global::System.Diagnostics.DebuggerNonUserCodeAttribute()]
[global::System.CodeDom.Compiler.GeneratedCodeAttribute("System.Data.Design.TypedDataSetGenerator", "4.0.0.0")]
public bool IsLabelNameNull() { public bool IsLabelNameNull() {
return this.IsNull(this.tableEntry.LabelNameColumn); return this.IsNull(this.tableEntry.LabelNameColumn);
} }
[global::System.Diagnostics.DebuggerNonUserCodeAttribute()] [global::System.Diagnostics.DebuggerNonUserCodeAttribute()]
[global::System.CodeDom.Compiler.GeneratedCodeAttribute("System.Data.Design.TypedDataSetGenerator", "4.0.0.0")]
public void SetLabelNameNull() { public void SetLabelNameNull() {
this[this.tableEntry.LabelNameColumn] = global::System.Convert.DBNull; this[this.tableEntry.LabelNameColumn] = global::System.Convert.DBNull;
} }
[global::System.Diagnostics.DebuggerNonUserCodeAttribute()] [global::System.Diagnostics.DebuggerNonUserCodeAttribute()]
[global::System.CodeDom.Compiler.GeneratedCodeAttribute("System.Data.Design.TypedDataSetGenerator", "4.0.0.0")]
public bool IsAddressNull() { public bool IsAddressNull() {
return this.IsNull(this.tableEntry.AddressColumn); return this.IsNull(this.tableEntry.AddressColumn);
} }
[global::System.Diagnostics.DebuggerNonUserCodeAttribute()] [global::System.Diagnostics.DebuggerNonUserCodeAttribute()]
[global::System.CodeDom.Compiler.GeneratedCodeAttribute("System.Data.Design.TypedDataSetGenerator", "4.0.0.0")]
public void SetAddressNull() { public void SetAddressNull() {
this[this.tableEntry.AddressColumn] = global::System.Convert.DBNull; this[this.tableEntry.AddressColumn] = global::System.Convert.DBNull;
} }
[global::System.Diagnostics.DebuggerNonUserCodeAttribute()] [global::System.Diagnostics.DebuggerNonUserCodeAttribute()]
[global::System.CodeDom.Compiler.GeneratedCodeAttribute("System.Data.Design.TypedDataSetGenerator", "4.0.0.0")]
public bool IsStackDiffNull() { public bool IsStackDiffNull() {
return this.IsNull(this.tableEntry.StackDiffColumn); return this.IsNull(this.tableEntry.StackDiffColumn);
} }
[global::System.Diagnostics.DebuggerNonUserCodeAttribute()] [global::System.Diagnostics.DebuggerNonUserCodeAttribute()]
[global::System.CodeDom.Compiler.GeneratedCodeAttribute("System.Data.Design.TypedDataSetGenerator", "4.0.0.0")]
public void SetStackDiffNull() { public void SetStackDiffNull() {
this[this.tableEntry.StackDiffColumn] = global::System.Convert.DBNull; this[this.tableEntry.StackDiffColumn] = global::System.Convert.DBNull;
} }
[global::System.Diagnostics.DebuggerNonUserCodeAttribute()] [global::System.Diagnostics.DebuggerNonUserCodeAttribute()]
[global::System.CodeDom.Compiler.GeneratedCodeAttribute("System.Data.Design.TypedDataSetGenerator", "4.0.0.0")]
public bool IsILAsmFileNull() { public bool IsILAsmFileNull() {
return this.IsNull(this.tableEntry.ILAsmFileColumn); return this.IsNull(this.tableEntry.ILAsmFileColumn);
} }
[global::System.Diagnostics.DebuggerNonUserCodeAttribute()] [global::System.Diagnostics.DebuggerNonUserCodeAttribute()]
[global::System.CodeDom.Compiler.GeneratedCodeAttribute("System.Data.Design.TypedDataSetGenerator", "4.0.0.0")]
public void SetILAsmFileNull() { public void SetILAsmFileNull() {
this[this.tableEntry.ILAsmFileColumn] = global::System.Convert.DBNull; this[this.tableEntry.ILAsmFileColumn] = global::System.Convert.DBNull;
} }
[global::System.Diagnostics.DebuggerNonUserCodeAttribute()] [global::System.Diagnostics.DebuggerNonUserCodeAttribute()]
[global::System.CodeDom.Compiler.GeneratedCodeAttribute("System.Data.Design.TypedDataSetGenerator", "4.0.0.0")]
public bool IsTypeTokenNull() { public bool IsTypeTokenNull() {
return this.IsNull(this.tableEntry.TypeTokenColumn); return this.IsNull(this.tableEntry.TypeTokenColumn);
} }
[global::System.Diagnostics.DebuggerNonUserCodeAttribute()] [global::System.Diagnostics.DebuggerNonUserCodeAttribute()]
[global::System.CodeDom.Compiler.GeneratedCodeAttribute("System.Data.Design.TypedDataSetGenerator", "4.0.0.0")]
public void SetTypeTokenNull() { public void SetTypeTokenNull() {
this[this.tableEntry.TypeTokenColumn] = global::System.Convert.DBNull; this[this.tableEntry.TypeTokenColumn] = global::System.Convert.DBNull;
} }
[global::System.Diagnostics.DebuggerNonUserCodeAttribute()] [global::System.Diagnostics.DebuggerNonUserCodeAttribute()]
[global::System.CodeDom.Compiler.GeneratedCodeAttribute("System.Data.Design.TypedDataSetGenerator", "4.0.0.0")]
public bool IsMethodTokenNull() { public bool IsMethodTokenNull() {
return this.IsNull(this.tableEntry.MethodTokenColumn); return this.IsNull(this.tableEntry.MethodTokenColumn);
} }
[global::System.Diagnostics.DebuggerNonUserCodeAttribute()] [global::System.Diagnostics.DebuggerNonUserCodeAttribute()]
[global::System.CodeDom.Compiler.GeneratedCodeAttribute("System.Data.Design.TypedDataSetGenerator", "4.0.0.0")]
public void SetMethodTokenNull() { public void SetMethodTokenNull() {
this[this.tableEntry.MethodTokenColumn] = global::System.Convert.DBNull; this[this.tableEntry.MethodTokenColumn] = global::System.Convert.DBNull;
} }
[global::System.Diagnostics.DebuggerNonUserCodeAttribute()] [global::System.Diagnostics.DebuggerNonUserCodeAttribute()]
[global::System.CodeDom.Compiler.GeneratedCodeAttribute("System.Data.Design.TypedDataSetGenerator", "4.0.0.0")]
public bool IsILOffsetNull() { public bool IsILOffsetNull() {
return this.IsNull(this.tableEntry.ILOffsetColumn); return this.IsNull(this.tableEntry.ILOffsetColumn);
} }
[global::System.Diagnostics.DebuggerNonUserCodeAttribute()] [global::System.Diagnostics.DebuggerNonUserCodeAttribute()]
[global::System.CodeDom.Compiler.GeneratedCodeAttribute("System.Data.Design.TypedDataSetGenerator", "4.0.0.0")]
public void SetILOffsetNull() { public void SetILOffsetNull() {
this[this.tableEntry.ILOffsetColumn] = global::System.Convert.DBNull; this[this.tableEntry.ILOffsetColumn] = global::System.Convert.DBNull;
} }
[global::System.Diagnostics.DebuggerNonUserCodeAttribute()] [global::System.Diagnostics.DebuggerNonUserCodeAttribute()]
[global::System.CodeDom.Compiler.GeneratedCodeAttribute("System.Data.Design.TypedDataSetGenerator", "4.0.0.0")]
public bool IsMethodNameNull() { public bool IsMethodNameNull() {
return this.IsNull(this.tableEntry.MethodNameColumn); return this.IsNull(this.tableEntry.MethodNameColumn);
} }
[global::System.Diagnostics.DebuggerNonUserCodeAttribute()] [global::System.Diagnostics.DebuggerNonUserCodeAttribute()]
[global::System.CodeDom.Compiler.GeneratedCodeAttribute("System.Data.Design.TypedDataSetGenerator", "4.0.0.0")]
public void SetMethodNameNull() { public void SetMethodNameNull() {
this[this.tableEntry.MethodNameColumn] = global::System.Convert.DBNull; this[this.tableEntry.MethodNameColumn] = global::System.Convert.DBNull;
} }
@ -786,7 +859,7 @@ namespace Cosmos.Debug.Common {
/// <summary> /// <summary>
///Row event argument class ///Row event argument class
///</summary> ///</summary>
[global::System.CodeDom.Compiler.GeneratedCodeAttribute("System.Data.Design.TypedDataSetGenerator", "2.0.0.0")] [global::System.CodeDom.Compiler.GeneratedCodeAttribute("System.Data.Design.TypedDataSetGenerator", "4.0.0.0")]
public class EntryRowChangeEvent : global::System.EventArgs { public class EntryRowChangeEvent : global::System.EventArgs {
private EntryRow eventRow; private EntryRow eventRow;
@ -794,12 +867,14 @@ namespace Cosmos.Debug.Common {
private global::System.Data.DataRowAction eventAction; private global::System.Data.DataRowAction eventAction;
[global::System.Diagnostics.DebuggerNonUserCodeAttribute()] [global::System.Diagnostics.DebuggerNonUserCodeAttribute()]
[global::System.CodeDom.Compiler.GeneratedCodeAttribute("System.Data.Design.TypedDataSetGenerator", "4.0.0.0")]
public EntryRowChangeEvent(EntryRow row, global::System.Data.DataRowAction action) { public EntryRowChangeEvent(EntryRow row, global::System.Data.DataRowAction action) {
this.eventRow = row; this.eventRow = row;
this.eventAction = action; this.eventAction = action;
} }
[global::System.Diagnostics.DebuggerNonUserCodeAttribute()] [global::System.Diagnostics.DebuggerNonUserCodeAttribute()]
[global::System.CodeDom.Compiler.GeneratedCodeAttribute("System.Data.Design.TypedDataSetGenerator", "4.0.0.0")]
public EntryRow Row { public EntryRow Row {
get { get {
return this.eventRow; return this.eventRow;
@ -807,6 +882,7 @@ namespace Cosmos.Debug.Common {
} }
[global::System.Diagnostics.DebuggerNonUserCodeAttribute()] [global::System.Diagnostics.DebuggerNonUserCodeAttribute()]
[global::System.CodeDom.Compiler.GeneratedCodeAttribute("System.Data.Design.TypedDataSetGenerator", "4.0.0.0")]
public global::System.Data.DataRowAction Action { public global::System.Data.DataRowAction Action {
get { get {
return this.eventAction; return this.eventAction;