mirror of
https://github.com/EggLinks/DanhengServer-OpenSource.git
synced 2026-01-03 12:46:03 +08:00
470 lines
17 KiB
C#
470 lines
17 KiB
C#
// <auto-generated>
|
|
// Generated by the protocol buffer compiler. DO NOT EDIT!
|
|
// source: JPFECHLHHEN.proto
|
|
// </auto-generated>
|
|
#pragma warning disable 1591, 0612, 3021, 8981
|
|
#region Designer generated code
|
|
|
|
using pb = global::Google.Protobuf;
|
|
using pbc = global::Google.Protobuf.Collections;
|
|
using pbr = global::Google.Protobuf.Reflection;
|
|
using scg = global::System.Collections.Generic;
|
|
namespace EggLink.DanhengServer.Proto {
|
|
|
|
/// <summary>Holder for reflection information generated from JPFECHLHHEN.proto</summary>
|
|
public static partial class JPFECHLHHENReflection {
|
|
|
|
#region Descriptor
|
|
/// <summary>File descriptor for JPFECHLHHEN.proto</summary>
|
|
public static pbr::FileDescriptor Descriptor {
|
|
get { return descriptor; }
|
|
}
|
|
private static pbr::FileDescriptor descriptor;
|
|
|
|
static JPFECHLHHENReflection() {
|
|
byte[] descriptorData = global::System.Convert.FromBase64String(
|
|
string.Concat(
|
|
"ChFKUEZFQ0hMSEhFTi5wcm90byLQAQoLSlBGRUNITEhIRU4SEwoLT0lJRUVM",
|
|
"UEVDR0wYDCABKA0SIQoZY2hlc3Nfcm9ndWVfbWFpbl9zdG9yeV9pZBgHIAEo",
|
|
"DRITCgtBTE5NQkZNRUlBQxgPIAEoCBITCgtOSkpLSU9IRE9NUBgIIAEoCBIT",
|
|
"CgtOREpKTkxLQ05ITRgCIAMoDRIgChhjaGVzc19yb2d1ZV9zdWJfc3Rvcnlf",
|
|
"aWQYCyABKA0SEwoLUENPTUtPTE1CQkcYAyADKA0SEwoLTklNRUFCRUxLRUgY",
|
|
"BiADKA1CHqoCG0VnZ0xpbmsuRGFuaGVuZ1NlcnZlci5Qcm90b2IGcHJvdG8z"));
|
|
descriptor = pbr::FileDescriptor.FromGeneratedCode(descriptorData,
|
|
new pbr::FileDescriptor[] { },
|
|
new pbr::GeneratedClrTypeInfo(null, null, new pbr::GeneratedClrTypeInfo[] {
|
|
new pbr::GeneratedClrTypeInfo(typeof(global::EggLink.DanhengServer.Proto.JPFECHLHHEN), global::EggLink.DanhengServer.Proto.JPFECHLHHEN.Parser, new[]{ "OIIEELPECGL", "ChessRogueMainStoryId", "ALNMBFMEIAC", "NJJKIOHDOMP", "NDJJNLKCNHM", "ChessRogueSubStoryId", "PCOMKOLMBBG", "NIMEABELKEH" }, null, null, null, null)
|
|
}));
|
|
}
|
|
#endregion
|
|
|
|
}
|
|
#region Messages
|
|
[global::System.Diagnostics.DebuggerDisplayAttribute("{ToString(),nq}")]
|
|
public sealed partial class JPFECHLHHEN : pb::IMessage<JPFECHLHHEN>
|
|
#if !GOOGLE_PROTOBUF_REFSTRUCT_COMPATIBILITY_MODE
|
|
, pb::IBufferMessage
|
|
#endif
|
|
{
|
|
private static readonly pb::MessageParser<JPFECHLHHEN> _parser = new pb::MessageParser<JPFECHLHHEN>(() => new JPFECHLHHEN());
|
|
private pb::UnknownFieldSet _unknownFields;
|
|
[global::System.Diagnostics.DebuggerNonUserCodeAttribute]
|
|
[global::System.CodeDom.Compiler.GeneratedCode("protoc", null)]
|
|
public static pb::MessageParser<JPFECHLHHEN> Parser { get { return _parser; } }
|
|
|
|
[global::System.Diagnostics.DebuggerNonUserCodeAttribute]
|
|
[global::System.CodeDom.Compiler.GeneratedCode("protoc", null)]
|
|
public static pbr::MessageDescriptor Descriptor {
|
|
get { return global::EggLink.DanhengServer.Proto.JPFECHLHHENReflection.Descriptor.MessageTypes[0]; }
|
|
}
|
|
|
|
[global::System.Diagnostics.DebuggerNonUserCodeAttribute]
|
|
[global::System.CodeDom.Compiler.GeneratedCode("protoc", null)]
|
|
pbr::MessageDescriptor pb::IMessage.Descriptor {
|
|
get { return Descriptor; }
|
|
}
|
|
|
|
[global::System.Diagnostics.DebuggerNonUserCodeAttribute]
|
|
[global::System.CodeDom.Compiler.GeneratedCode("protoc", null)]
|
|
public JPFECHLHHEN() {
|
|
OnConstruction();
|
|
}
|
|
|
|
partial void OnConstruction();
|
|
|
|
[global::System.Diagnostics.DebuggerNonUserCodeAttribute]
|
|
[global::System.CodeDom.Compiler.GeneratedCode("protoc", null)]
|
|
public JPFECHLHHEN(JPFECHLHHEN other) : this() {
|
|
oIIEELPECGL_ = other.oIIEELPECGL_;
|
|
chessRogueMainStoryId_ = other.chessRogueMainStoryId_;
|
|
aLNMBFMEIAC_ = other.aLNMBFMEIAC_;
|
|
nJJKIOHDOMP_ = other.nJJKIOHDOMP_;
|
|
nDJJNLKCNHM_ = other.nDJJNLKCNHM_.Clone();
|
|
chessRogueSubStoryId_ = other.chessRogueSubStoryId_;
|
|
pCOMKOLMBBG_ = other.pCOMKOLMBBG_.Clone();
|
|
nIMEABELKEH_ = other.nIMEABELKEH_.Clone();
|
|
_unknownFields = pb::UnknownFieldSet.Clone(other._unknownFields);
|
|
}
|
|
|
|
[global::System.Diagnostics.DebuggerNonUserCodeAttribute]
|
|
[global::System.CodeDom.Compiler.GeneratedCode("protoc", null)]
|
|
public JPFECHLHHEN Clone() {
|
|
return new JPFECHLHHEN(this);
|
|
}
|
|
|
|
/// <summary>Field number for the "OIIEELPECGL" field.</summary>
|
|
public const int OIIEELPECGLFieldNumber = 12;
|
|
private uint oIIEELPECGL_;
|
|
[global::System.Diagnostics.DebuggerNonUserCodeAttribute]
|
|
[global::System.CodeDom.Compiler.GeneratedCode("protoc", null)]
|
|
public uint OIIEELPECGL {
|
|
get { return oIIEELPECGL_; }
|
|
set {
|
|
oIIEELPECGL_ = value;
|
|
}
|
|
}
|
|
|
|
/// <summary>Field number for the "chess_rogue_main_story_id" field.</summary>
|
|
public const int ChessRogueMainStoryIdFieldNumber = 7;
|
|
private uint chessRogueMainStoryId_;
|
|
[global::System.Diagnostics.DebuggerNonUserCodeAttribute]
|
|
[global::System.CodeDom.Compiler.GeneratedCode("protoc", null)]
|
|
public uint ChessRogueMainStoryId {
|
|
get { return chessRogueMainStoryId_; }
|
|
set {
|
|
chessRogueMainStoryId_ = value;
|
|
}
|
|
}
|
|
|
|
/// <summary>Field number for the "ALNMBFMEIAC" field.</summary>
|
|
public const int ALNMBFMEIACFieldNumber = 15;
|
|
private bool aLNMBFMEIAC_;
|
|
[global::System.Diagnostics.DebuggerNonUserCodeAttribute]
|
|
[global::System.CodeDom.Compiler.GeneratedCode("protoc", null)]
|
|
public bool ALNMBFMEIAC {
|
|
get { return aLNMBFMEIAC_; }
|
|
set {
|
|
aLNMBFMEIAC_ = value;
|
|
}
|
|
}
|
|
|
|
/// <summary>Field number for the "NJJKIOHDOMP" field.</summary>
|
|
public const int NJJKIOHDOMPFieldNumber = 8;
|
|
private bool nJJKIOHDOMP_;
|
|
[global::System.Diagnostics.DebuggerNonUserCodeAttribute]
|
|
[global::System.CodeDom.Compiler.GeneratedCode("protoc", null)]
|
|
public bool NJJKIOHDOMP {
|
|
get { return nJJKIOHDOMP_; }
|
|
set {
|
|
nJJKIOHDOMP_ = value;
|
|
}
|
|
}
|
|
|
|
/// <summary>Field number for the "NDJJNLKCNHM" field.</summary>
|
|
public const int NDJJNLKCNHMFieldNumber = 2;
|
|
private static readonly pb::FieldCodec<uint> _repeated_nDJJNLKCNHM_codec
|
|
= pb::FieldCodec.ForUInt32(18);
|
|
private readonly pbc::RepeatedField<uint> nDJJNLKCNHM_ = new pbc::RepeatedField<uint>();
|
|
[global::System.Diagnostics.DebuggerNonUserCodeAttribute]
|
|
[global::System.CodeDom.Compiler.GeneratedCode("protoc", null)]
|
|
public pbc::RepeatedField<uint> NDJJNLKCNHM {
|
|
get { return nDJJNLKCNHM_; }
|
|
}
|
|
|
|
/// <summary>Field number for the "chess_rogue_sub_story_id" field.</summary>
|
|
public const int ChessRogueSubStoryIdFieldNumber = 11;
|
|
private uint chessRogueSubStoryId_;
|
|
[global::System.Diagnostics.DebuggerNonUserCodeAttribute]
|
|
[global::System.CodeDom.Compiler.GeneratedCode("protoc", null)]
|
|
public uint ChessRogueSubStoryId {
|
|
get { return chessRogueSubStoryId_; }
|
|
set {
|
|
chessRogueSubStoryId_ = value;
|
|
}
|
|
}
|
|
|
|
/// <summary>Field number for the "PCOMKOLMBBG" field.</summary>
|
|
public const int PCOMKOLMBBGFieldNumber = 3;
|
|
private static readonly pb::FieldCodec<uint> _repeated_pCOMKOLMBBG_codec
|
|
= pb::FieldCodec.ForUInt32(26);
|
|
private readonly pbc::RepeatedField<uint> pCOMKOLMBBG_ = new pbc::RepeatedField<uint>();
|
|
[global::System.Diagnostics.DebuggerNonUserCodeAttribute]
|
|
[global::System.CodeDom.Compiler.GeneratedCode("protoc", null)]
|
|
public pbc::RepeatedField<uint> PCOMKOLMBBG {
|
|
get { return pCOMKOLMBBG_; }
|
|
}
|
|
|
|
/// <summary>Field number for the "NIMEABELKEH" field.</summary>
|
|
public const int NIMEABELKEHFieldNumber = 6;
|
|
private static readonly pb::FieldCodec<uint> _repeated_nIMEABELKEH_codec
|
|
= pb::FieldCodec.ForUInt32(50);
|
|
private readonly pbc::RepeatedField<uint> nIMEABELKEH_ = new pbc::RepeatedField<uint>();
|
|
[global::System.Diagnostics.DebuggerNonUserCodeAttribute]
|
|
[global::System.CodeDom.Compiler.GeneratedCode("protoc", null)]
|
|
public pbc::RepeatedField<uint> NIMEABELKEH {
|
|
get { return nIMEABELKEH_; }
|
|
}
|
|
|
|
[global::System.Diagnostics.DebuggerNonUserCodeAttribute]
|
|
[global::System.CodeDom.Compiler.GeneratedCode("protoc", null)]
|
|
public override bool Equals(object other) {
|
|
return Equals(other as JPFECHLHHEN);
|
|
}
|
|
|
|
[global::System.Diagnostics.DebuggerNonUserCodeAttribute]
|
|
[global::System.CodeDom.Compiler.GeneratedCode("protoc", null)]
|
|
public bool Equals(JPFECHLHHEN other) {
|
|
if (ReferenceEquals(other, null)) {
|
|
return false;
|
|
}
|
|
if (ReferenceEquals(other, this)) {
|
|
return true;
|
|
}
|
|
if (OIIEELPECGL != other.OIIEELPECGL) return false;
|
|
if (ChessRogueMainStoryId != other.ChessRogueMainStoryId) return false;
|
|
if (ALNMBFMEIAC != other.ALNMBFMEIAC) return false;
|
|
if (NJJKIOHDOMP != other.NJJKIOHDOMP) return false;
|
|
if(!nDJJNLKCNHM_.Equals(other.nDJJNLKCNHM_)) return false;
|
|
if (ChessRogueSubStoryId != other.ChessRogueSubStoryId) return false;
|
|
if(!pCOMKOLMBBG_.Equals(other.pCOMKOLMBBG_)) return false;
|
|
if(!nIMEABELKEH_.Equals(other.nIMEABELKEH_)) return false;
|
|
return Equals(_unknownFields, other._unknownFields);
|
|
}
|
|
|
|
[global::System.Diagnostics.DebuggerNonUserCodeAttribute]
|
|
[global::System.CodeDom.Compiler.GeneratedCode("protoc", null)]
|
|
public override int GetHashCode() {
|
|
int hash = 1;
|
|
if (OIIEELPECGL != 0) hash ^= OIIEELPECGL.GetHashCode();
|
|
if (ChessRogueMainStoryId != 0) hash ^= ChessRogueMainStoryId.GetHashCode();
|
|
if (ALNMBFMEIAC != false) hash ^= ALNMBFMEIAC.GetHashCode();
|
|
if (NJJKIOHDOMP != false) hash ^= NJJKIOHDOMP.GetHashCode();
|
|
hash ^= nDJJNLKCNHM_.GetHashCode();
|
|
if (ChessRogueSubStoryId != 0) hash ^= ChessRogueSubStoryId.GetHashCode();
|
|
hash ^= pCOMKOLMBBG_.GetHashCode();
|
|
hash ^= nIMEABELKEH_.GetHashCode();
|
|
if (_unknownFields != null) {
|
|
hash ^= _unknownFields.GetHashCode();
|
|
}
|
|
return hash;
|
|
}
|
|
|
|
[global::System.Diagnostics.DebuggerNonUserCodeAttribute]
|
|
[global::System.CodeDom.Compiler.GeneratedCode("protoc", null)]
|
|
public override string ToString() {
|
|
return pb::JsonFormatter.ToDiagnosticString(this);
|
|
}
|
|
|
|
[global::System.Diagnostics.DebuggerNonUserCodeAttribute]
|
|
[global::System.CodeDom.Compiler.GeneratedCode("protoc", null)]
|
|
public void WriteTo(pb::CodedOutputStream output) {
|
|
#if !GOOGLE_PROTOBUF_REFSTRUCT_COMPATIBILITY_MODE
|
|
output.WriteRawMessage(this);
|
|
#else
|
|
nDJJNLKCNHM_.WriteTo(output, _repeated_nDJJNLKCNHM_codec);
|
|
pCOMKOLMBBG_.WriteTo(output, _repeated_pCOMKOLMBBG_codec);
|
|
nIMEABELKEH_.WriteTo(output, _repeated_nIMEABELKEH_codec);
|
|
if (ChessRogueMainStoryId != 0) {
|
|
output.WriteRawTag(56);
|
|
output.WriteUInt32(ChessRogueMainStoryId);
|
|
}
|
|
if (NJJKIOHDOMP != false) {
|
|
output.WriteRawTag(64);
|
|
output.WriteBool(NJJKIOHDOMP);
|
|
}
|
|
if (ChessRogueSubStoryId != 0) {
|
|
output.WriteRawTag(88);
|
|
output.WriteUInt32(ChessRogueSubStoryId);
|
|
}
|
|
if (OIIEELPECGL != 0) {
|
|
output.WriteRawTag(96);
|
|
output.WriteUInt32(OIIEELPECGL);
|
|
}
|
|
if (ALNMBFMEIAC != false) {
|
|
output.WriteRawTag(120);
|
|
output.WriteBool(ALNMBFMEIAC);
|
|
}
|
|
if (_unknownFields != null) {
|
|
_unknownFields.WriteTo(output);
|
|
}
|
|
#endif
|
|
}
|
|
|
|
#if !GOOGLE_PROTOBUF_REFSTRUCT_COMPATIBILITY_MODE
|
|
[global::System.Diagnostics.DebuggerNonUserCodeAttribute]
|
|
[global::System.CodeDom.Compiler.GeneratedCode("protoc", null)]
|
|
void pb::IBufferMessage.InternalWriteTo(ref pb::WriteContext output) {
|
|
nDJJNLKCNHM_.WriteTo(ref output, _repeated_nDJJNLKCNHM_codec);
|
|
pCOMKOLMBBG_.WriteTo(ref output, _repeated_pCOMKOLMBBG_codec);
|
|
nIMEABELKEH_.WriteTo(ref output, _repeated_nIMEABELKEH_codec);
|
|
if (ChessRogueMainStoryId != 0) {
|
|
output.WriteRawTag(56);
|
|
output.WriteUInt32(ChessRogueMainStoryId);
|
|
}
|
|
if (NJJKIOHDOMP != false) {
|
|
output.WriteRawTag(64);
|
|
output.WriteBool(NJJKIOHDOMP);
|
|
}
|
|
if (ChessRogueSubStoryId != 0) {
|
|
output.WriteRawTag(88);
|
|
output.WriteUInt32(ChessRogueSubStoryId);
|
|
}
|
|
if (OIIEELPECGL != 0) {
|
|
output.WriteRawTag(96);
|
|
output.WriteUInt32(OIIEELPECGL);
|
|
}
|
|
if (ALNMBFMEIAC != false) {
|
|
output.WriteRawTag(120);
|
|
output.WriteBool(ALNMBFMEIAC);
|
|
}
|
|
if (_unknownFields != null) {
|
|
_unknownFields.WriteTo(ref output);
|
|
}
|
|
}
|
|
#endif
|
|
|
|
[global::System.Diagnostics.DebuggerNonUserCodeAttribute]
|
|
[global::System.CodeDom.Compiler.GeneratedCode("protoc", null)]
|
|
public int CalculateSize() {
|
|
int size = 0;
|
|
if (OIIEELPECGL != 0) {
|
|
size += 1 + pb::CodedOutputStream.ComputeUInt32Size(OIIEELPECGL);
|
|
}
|
|
if (ChessRogueMainStoryId != 0) {
|
|
size += 1 + pb::CodedOutputStream.ComputeUInt32Size(ChessRogueMainStoryId);
|
|
}
|
|
if (ALNMBFMEIAC != false) {
|
|
size += 1 + 1;
|
|
}
|
|
if (NJJKIOHDOMP != false) {
|
|
size += 1 + 1;
|
|
}
|
|
size += nDJJNLKCNHM_.CalculateSize(_repeated_nDJJNLKCNHM_codec);
|
|
if (ChessRogueSubStoryId != 0) {
|
|
size += 1 + pb::CodedOutputStream.ComputeUInt32Size(ChessRogueSubStoryId);
|
|
}
|
|
size += pCOMKOLMBBG_.CalculateSize(_repeated_pCOMKOLMBBG_codec);
|
|
size += nIMEABELKEH_.CalculateSize(_repeated_nIMEABELKEH_codec);
|
|
if (_unknownFields != null) {
|
|
size += _unknownFields.CalculateSize();
|
|
}
|
|
return size;
|
|
}
|
|
|
|
[global::System.Diagnostics.DebuggerNonUserCodeAttribute]
|
|
[global::System.CodeDom.Compiler.GeneratedCode("protoc", null)]
|
|
public void MergeFrom(JPFECHLHHEN other) {
|
|
if (other == null) {
|
|
return;
|
|
}
|
|
if (other.OIIEELPECGL != 0) {
|
|
OIIEELPECGL = other.OIIEELPECGL;
|
|
}
|
|
if (other.ChessRogueMainStoryId != 0) {
|
|
ChessRogueMainStoryId = other.ChessRogueMainStoryId;
|
|
}
|
|
if (other.ALNMBFMEIAC != false) {
|
|
ALNMBFMEIAC = other.ALNMBFMEIAC;
|
|
}
|
|
if (other.NJJKIOHDOMP != false) {
|
|
NJJKIOHDOMP = other.NJJKIOHDOMP;
|
|
}
|
|
nDJJNLKCNHM_.Add(other.nDJJNLKCNHM_);
|
|
if (other.ChessRogueSubStoryId != 0) {
|
|
ChessRogueSubStoryId = other.ChessRogueSubStoryId;
|
|
}
|
|
pCOMKOLMBBG_.Add(other.pCOMKOLMBBG_);
|
|
nIMEABELKEH_.Add(other.nIMEABELKEH_);
|
|
_unknownFields = pb::UnknownFieldSet.MergeFrom(_unknownFields, other._unknownFields);
|
|
}
|
|
|
|
[global::System.Diagnostics.DebuggerNonUserCodeAttribute]
|
|
[global::System.CodeDom.Compiler.GeneratedCode("protoc", null)]
|
|
public void MergeFrom(pb::CodedInputStream input) {
|
|
#if !GOOGLE_PROTOBUF_REFSTRUCT_COMPATIBILITY_MODE
|
|
input.ReadRawMessage(this);
|
|
#else
|
|
uint tag;
|
|
while ((tag = input.ReadTag()) != 0) {
|
|
switch(tag) {
|
|
default:
|
|
_unknownFields = pb::UnknownFieldSet.MergeFieldFrom(_unknownFields, input);
|
|
break;
|
|
case 18:
|
|
case 16: {
|
|
nDJJNLKCNHM_.AddEntriesFrom(input, _repeated_nDJJNLKCNHM_codec);
|
|
break;
|
|
}
|
|
case 26:
|
|
case 24: {
|
|
pCOMKOLMBBG_.AddEntriesFrom(input, _repeated_pCOMKOLMBBG_codec);
|
|
break;
|
|
}
|
|
case 50:
|
|
case 48: {
|
|
nIMEABELKEH_.AddEntriesFrom(input, _repeated_nIMEABELKEH_codec);
|
|
break;
|
|
}
|
|
case 56: {
|
|
ChessRogueMainStoryId = input.ReadUInt32();
|
|
break;
|
|
}
|
|
case 64: {
|
|
NJJKIOHDOMP = input.ReadBool();
|
|
break;
|
|
}
|
|
case 88: {
|
|
ChessRogueSubStoryId = input.ReadUInt32();
|
|
break;
|
|
}
|
|
case 96: {
|
|
OIIEELPECGL = input.ReadUInt32();
|
|
break;
|
|
}
|
|
case 120: {
|
|
ALNMBFMEIAC = input.ReadBool();
|
|
break;
|
|
}
|
|
}
|
|
}
|
|
#endif
|
|
}
|
|
|
|
#if !GOOGLE_PROTOBUF_REFSTRUCT_COMPATIBILITY_MODE
|
|
[global::System.Diagnostics.DebuggerNonUserCodeAttribute]
|
|
[global::System.CodeDom.Compiler.GeneratedCode("protoc", null)]
|
|
void pb::IBufferMessage.InternalMergeFrom(ref pb::ParseContext input) {
|
|
uint tag;
|
|
while ((tag = input.ReadTag()) != 0) {
|
|
switch(tag) {
|
|
default:
|
|
_unknownFields = pb::UnknownFieldSet.MergeFieldFrom(_unknownFields, ref input);
|
|
break;
|
|
case 18:
|
|
case 16: {
|
|
nDJJNLKCNHM_.AddEntriesFrom(ref input, _repeated_nDJJNLKCNHM_codec);
|
|
break;
|
|
}
|
|
case 26:
|
|
case 24: {
|
|
pCOMKOLMBBG_.AddEntriesFrom(ref input, _repeated_pCOMKOLMBBG_codec);
|
|
break;
|
|
}
|
|
case 50:
|
|
case 48: {
|
|
nIMEABELKEH_.AddEntriesFrom(ref input, _repeated_nIMEABELKEH_codec);
|
|
break;
|
|
}
|
|
case 56: {
|
|
ChessRogueMainStoryId = input.ReadUInt32();
|
|
break;
|
|
}
|
|
case 64: {
|
|
NJJKIOHDOMP = input.ReadBool();
|
|
break;
|
|
}
|
|
case 88: {
|
|
ChessRogueSubStoryId = input.ReadUInt32();
|
|
break;
|
|
}
|
|
case 96: {
|
|
OIIEELPECGL = input.ReadUInt32();
|
|
break;
|
|
}
|
|
case 120: {
|
|
ALNMBFMEIAC = input.ReadBool();
|
|
break;
|
|
}
|
|
}
|
|
}
|
|
}
|
|
#endif
|
|
|
|
}
|
|
|
|
#endregion
|
|
|
|
}
|
|
|
|
#endregion Designer generated code
|