mirror of
https://github.com/raphaeIl/Novaria.git
synced 2025-12-17 08:54:44 +01:00
serverlist handler + basic crypto, rename project
This commit is contained in:
478
Novaria.Common/Protos/StarTowerMonsterSpAttr.cs
Normal file
478
Novaria.Common/Protos/StarTowerMonsterSpAttr.cs
Normal file
@@ -0,0 +1,478 @@
|
||||
// <auto-generated>
|
||||
// Generated by the protocol buffer compiler. DO NOT EDIT!
|
||||
// source: StarTowerMonsterSpAttr.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 Nova.Client {
|
||||
|
||||
/// <summary>Holder for reflection information generated from StarTowerMonsterSpAttr.proto</summary>
|
||||
public static partial class StarTowerMonsterSpAttrReflection {
|
||||
|
||||
#region Descriptor
|
||||
/// <summary>File descriptor for StarTowerMonsterSpAttr.proto</summary>
|
||||
public static pbr::FileDescriptor Descriptor {
|
||||
get { return descriptor; }
|
||||
}
|
||||
private static pbr::FileDescriptor descriptor;
|
||||
|
||||
static StarTowerMonsterSpAttrReflection() {
|
||||
byte[] descriptorData = global::System.Convert.FromBase64String(
|
||||
string.Concat(
|
||||
"ChxTdGFyVG93ZXJNb25zdGVyU3BBdHRyLnByb3RvIt8BChZTdGFyVG93ZXJN",
|
||||
"b25zdGVyU3BBdHRyEgoKAmlkGAEgASgFEhgKEG1vbnN0ZXJfcG9zaXRpb24Y",
|
||||
"AiABKAUSFAoMdGhlbWVfc2tpbGxzGAMgASgJEh8KF2NvbnRpbnVvdXNfa2ls",
|
||||
"bGluZ190aW1lGAQgASgFEh4KFnJvdWdlX21vbmV5X2Ryb3BfcmFuZ2UYBSAD",
|
||||
"KAUSHAoUcm91Z2VfZXhwX2Ryb3BfcmFuZ2UYBiADKAUSFAoMcmVmX2Rpc3Rh",
|
||||
"bmNlGAcgAygFEhQKDHJlZl9pbnRlcnZhbBgIIAEoBUIOqgILTm92YS5DbGll",
|
||||
"bnRiBnByb3RvMw=="));
|
||||
descriptor = pbr::FileDescriptor.FromGeneratedCode(descriptorData,
|
||||
new pbr::FileDescriptor[] { },
|
||||
new pbr::GeneratedClrTypeInfo(null, null, new pbr::GeneratedClrTypeInfo[] {
|
||||
new pbr::GeneratedClrTypeInfo(typeof(global::Nova.Client.StarTowerMonsterSpAttr), global::Nova.Client.StarTowerMonsterSpAttr.Parser, new[]{ "Id", "MonsterPosition", "ThemeSkills", "ContinuousKillingTime", "RougeMoneyDropRange", "RougeExpDropRange", "RefDistance", "RefInterval" }, null, null, null, null)
|
||||
}));
|
||||
}
|
||||
#endregion
|
||||
|
||||
}
|
||||
#region Messages
|
||||
[global::System.Diagnostics.DebuggerDisplayAttribute("{ToString(),nq}")]
|
||||
public sealed partial class StarTowerMonsterSpAttr : pb::IMessage<StarTowerMonsterSpAttr>
|
||||
#if !GOOGLE_PROTOBUF_REFSTRUCT_COMPATIBILITY_MODE
|
||||
, pb::IBufferMessage
|
||||
#endif
|
||||
{
|
||||
private static readonly pb::MessageParser<StarTowerMonsterSpAttr> _parser = new pb::MessageParser<StarTowerMonsterSpAttr>(() => new StarTowerMonsterSpAttr());
|
||||
private pb::UnknownFieldSet _unknownFields;
|
||||
[global::System.Diagnostics.DebuggerNonUserCodeAttribute]
|
||||
[global::System.CodeDom.Compiler.GeneratedCode("protoc", null)]
|
||||
public static pb::MessageParser<StarTowerMonsterSpAttr> Parser { get { return _parser; } }
|
||||
|
||||
[global::System.Diagnostics.DebuggerNonUserCodeAttribute]
|
||||
[global::System.CodeDom.Compiler.GeneratedCode("protoc", null)]
|
||||
public static pbr::MessageDescriptor Descriptor {
|
||||
get { return global::Nova.Client.StarTowerMonsterSpAttrReflection.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 StarTowerMonsterSpAttr() {
|
||||
OnConstruction();
|
||||
}
|
||||
|
||||
partial void OnConstruction();
|
||||
|
||||
[global::System.Diagnostics.DebuggerNonUserCodeAttribute]
|
||||
[global::System.CodeDom.Compiler.GeneratedCode("protoc", null)]
|
||||
public StarTowerMonsterSpAttr(StarTowerMonsterSpAttr other) : this() {
|
||||
id_ = other.id_;
|
||||
monsterPosition_ = other.monsterPosition_;
|
||||
themeSkills_ = other.themeSkills_;
|
||||
continuousKillingTime_ = other.continuousKillingTime_;
|
||||
rougeMoneyDropRange_ = other.rougeMoneyDropRange_.Clone();
|
||||
rougeExpDropRange_ = other.rougeExpDropRange_.Clone();
|
||||
refDistance_ = other.refDistance_.Clone();
|
||||
refInterval_ = other.refInterval_;
|
||||
_unknownFields = pb::UnknownFieldSet.Clone(other._unknownFields);
|
||||
}
|
||||
|
||||
[global::System.Diagnostics.DebuggerNonUserCodeAttribute]
|
||||
[global::System.CodeDom.Compiler.GeneratedCode("protoc", null)]
|
||||
public StarTowerMonsterSpAttr Clone() {
|
||||
return new StarTowerMonsterSpAttr(this);
|
||||
}
|
||||
|
||||
/// <summary>Field number for the "id" field.</summary>
|
||||
public const int IdFieldNumber = 1;
|
||||
private int id_;
|
||||
[global::System.Diagnostics.DebuggerNonUserCodeAttribute]
|
||||
[global::System.CodeDom.Compiler.GeneratedCode("protoc", null)]
|
||||
public int Id {
|
||||
get { return id_; }
|
||||
set {
|
||||
id_ = value;
|
||||
}
|
||||
}
|
||||
|
||||
/// <summary>Field number for the "monster_position" field.</summary>
|
||||
public const int MonsterPositionFieldNumber = 2;
|
||||
private int monsterPosition_;
|
||||
[global::System.Diagnostics.DebuggerNonUserCodeAttribute]
|
||||
[global::System.CodeDom.Compiler.GeneratedCode("protoc", null)]
|
||||
public int MonsterPosition {
|
||||
get { return monsterPosition_; }
|
||||
set {
|
||||
monsterPosition_ = value;
|
||||
}
|
||||
}
|
||||
|
||||
/// <summary>Field number for the "theme_skills" field.</summary>
|
||||
public const int ThemeSkillsFieldNumber = 3;
|
||||
private string themeSkills_ = "";
|
||||
[global::System.Diagnostics.DebuggerNonUserCodeAttribute]
|
||||
[global::System.CodeDom.Compiler.GeneratedCode("protoc", null)]
|
||||
public string ThemeSkills {
|
||||
get { return themeSkills_; }
|
||||
set {
|
||||
themeSkills_ = pb::ProtoPreconditions.CheckNotNull(value, "value");
|
||||
}
|
||||
}
|
||||
|
||||
/// <summary>Field number for the "continuous_killing_time" field.</summary>
|
||||
public const int ContinuousKillingTimeFieldNumber = 4;
|
||||
private int continuousKillingTime_;
|
||||
[global::System.Diagnostics.DebuggerNonUserCodeAttribute]
|
||||
[global::System.CodeDom.Compiler.GeneratedCode("protoc", null)]
|
||||
public int ContinuousKillingTime {
|
||||
get { return continuousKillingTime_; }
|
||||
set {
|
||||
continuousKillingTime_ = value;
|
||||
}
|
||||
}
|
||||
|
||||
/// <summary>Field number for the "rouge_money_drop_range" field.</summary>
|
||||
public const int RougeMoneyDropRangeFieldNumber = 5;
|
||||
private static readonly pb::FieldCodec<int> _repeated_rougeMoneyDropRange_codec
|
||||
= pb::FieldCodec.ForInt32(42);
|
||||
private readonly pbc::RepeatedField<int> rougeMoneyDropRange_ = new pbc::RepeatedField<int>();
|
||||
[global::System.Diagnostics.DebuggerNonUserCodeAttribute]
|
||||
[global::System.CodeDom.Compiler.GeneratedCode("protoc", null)]
|
||||
public pbc::RepeatedField<int> RougeMoneyDropRange {
|
||||
get { return rougeMoneyDropRange_; }
|
||||
}
|
||||
|
||||
/// <summary>Field number for the "rouge_exp_drop_range" field.</summary>
|
||||
public const int RougeExpDropRangeFieldNumber = 6;
|
||||
private static readonly pb::FieldCodec<int> _repeated_rougeExpDropRange_codec
|
||||
= pb::FieldCodec.ForInt32(50);
|
||||
private readonly pbc::RepeatedField<int> rougeExpDropRange_ = new pbc::RepeatedField<int>();
|
||||
[global::System.Diagnostics.DebuggerNonUserCodeAttribute]
|
||||
[global::System.CodeDom.Compiler.GeneratedCode("protoc", null)]
|
||||
public pbc::RepeatedField<int> RougeExpDropRange {
|
||||
get { return rougeExpDropRange_; }
|
||||
}
|
||||
|
||||
/// <summary>Field number for the "ref_distance" field.</summary>
|
||||
public const int RefDistanceFieldNumber = 7;
|
||||
private static readonly pb::FieldCodec<int> _repeated_refDistance_codec
|
||||
= pb::FieldCodec.ForInt32(58);
|
||||
private readonly pbc::RepeatedField<int> refDistance_ = new pbc::RepeatedField<int>();
|
||||
[global::System.Diagnostics.DebuggerNonUserCodeAttribute]
|
||||
[global::System.CodeDom.Compiler.GeneratedCode("protoc", null)]
|
||||
public pbc::RepeatedField<int> RefDistance {
|
||||
get { return refDistance_; }
|
||||
}
|
||||
|
||||
/// <summary>Field number for the "ref_interval" field.</summary>
|
||||
public const int RefIntervalFieldNumber = 8;
|
||||
private int refInterval_;
|
||||
[global::System.Diagnostics.DebuggerNonUserCodeAttribute]
|
||||
[global::System.CodeDom.Compiler.GeneratedCode("protoc", null)]
|
||||
public int RefInterval {
|
||||
get { return refInterval_; }
|
||||
set {
|
||||
refInterval_ = value;
|
||||
}
|
||||
}
|
||||
|
||||
[global::System.Diagnostics.DebuggerNonUserCodeAttribute]
|
||||
[global::System.CodeDom.Compiler.GeneratedCode("protoc", null)]
|
||||
public override bool Equals(object other) {
|
||||
return Equals(other as StarTowerMonsterSpAttr);
|
||||
}
|
||||
|
||||
[global::System.Diagnostics.DebuggerNonUserCodeAttribute]
|
||||
[global::System.CodeDom.Compiler.GeneratedCode("protoc", null)]
|
||||
public bool Equals(StarTowerMonsterSpAttr other) {
|
||||
if (ReferenceEquals(other, null)) {
|
||||
return false;
|
||||
}
|
||||
if (ReferenceEquals(other, this)) {
|
||||
return true;
|
||||
}
|
||||
if (Id != other.Id) return false;
|
||||
if (MonsterPosition != other.MonsterPosition) return false;
|
||||
if (ThemeSkills != other.ThemeSkills) return false;
|
||||
if (ContinuousKillingTime != other.ContinuousKillingTime) return false;
|
||||
if(!rougeMoneyDropRange_.Equals(other.rougeMoneyDropRange_)) return false;
|
||||
if(!rougeExpDropRange_.Equals(other.rougeExpDropRange_)) return false;
|
||||
if(!refDistance_.Equals(other.refDistance_)) return false;
|
||||
if (RefInterval != other.RefInterval) 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 (Id != 0) hash ^= Id.GetHashCode();
|
||||
if (MonsterPosition != 0) hash ^= MonsterPosition.GetHashCode();
|
||||
if (ThemeSkills.Length != 0) hash ^= ThemeSkills.GetHashCode();
|
||||
if (ContinuousKillingTime != 0) hash ^= ContinuousKillingTime.GetHashCode();
|
||||
hash ^= rougeMoneyDropRange_.GetHashCode();
|
||||
hash ^= rougeExpDropRange_.GetHashCode();
|
||||
hash ^= refDistance_.GetHashCode();
|
||||
if (RefInterval != 0) hash ^= RefInterval.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
|
||||
if (Id != 0) {
|
||||
output.WriteRawTag(8);
|
||||
output.WriteInt32(Id);
|
||||
}
|
||||
if (MonsterPosition != 0) {
|
||||
output.WriteRawTag(16);
|
||||
output.WriteInt32(MonsterPosition);
|
||||
}
|
||||
if (ThemeSkills.Length != 0) {
|
||||
output.WriteRawTag(26);
|
||||
output.WriteString(ThemeSkills);
|
||||
}
|
||||
if (ContinuousKillingTime != 0) {
|
||||
output.WriteRawTag(32);
|
||||
output.WriteInt32(ContinuousKillingTime);
|
||||
}
|
||||
rougeMoneyDropRange_.WriteTo(output, _repeated_rougeMoneyDropRange_codec);
|
||||
rougeExpDropRange_.WriteTo(output, _repeated_rougeExpDropRange_codec);
|
||||
refDistance_.WriteTo(output, _repeated_refDistance_codec);
|
||||
if (RefInterval != 0) {
|
||||
output.WriteRawTag(64);
|
||||
output.WriteInt32(RefInterval);
|
||||
}
|
||||
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) {
|
||||
if (Id != 0) {
|
||||
output.WriteRawTag(8);
|
||||
output.WriteInt32(Id);
|
||||
}
|
||||
if (MonsterPosition != 0) {
|
||||
output.WriteRawTag(16);
|
||||
output.WriteInt32(MonsterPosition);
|
||||
}
|
||||
if (ThemeSkills.Length != 0) {
|
||||
output.WriteRawTag(26);
|
||||
output.WriteString(ThemeSkills);
|
||||
}
|
||||
if (ContinuousKillingTime != 0) {
|
||||
output.WriteRawTag(32);
|
||||
output.WriteInt32(ContinuousKillingTime);
|
||||
}
|
||||
rougeMoneyDropRange_.WriteTo(ref output, _repeated_rougeMoneyDropRange_codec);
|
||||
rougeExpDropRange_.WriteTo(ref output, _repeated_rougeExpDropRange_codec);
|
||||
refDistance_.WriteTo(ref output, _repeated_refDistance_codec);
|
||||
if (RefInterval != 0) {
|
||||
output.WriteRawTag(64);
|
||||
output.WriteInt32(RefInterval);
|
||||
}
|
||||
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 (Id != 0) {
|
||||
size += 1 + pb::CodedOutputStream.ComputeInt32Size(Id);
|
||||
}
|
||||
if (MonsterPosition != 0) {
|
||||
size += 1 + pb::CodedOutputStream.ComputeInt32Size(MonsterPosition);
|
||||
}
|
||||
if (ThemeSkills.Length != 0) {
|
||||
size += 1 + pb::CodedOutputStream.ComputeStringSize(ThemeSkills);
|
||||
}
|
||||
if (ContinuousKillingTime != 0) {
|
||||
size += 1 + pb::CodedOutputStream.ComputeInt32Size(ContinuousKillingTime);
|
||||
}
|
||||
size += rougeMoneyDropRange_.CalculateSize(_repeated_rougeMoneyDropRange_codec);
|
||||
size += rougeExpDropRange_.CalculateSize(_repeated_rougeExpDropRange_codec);
|
||||
size += refDistance_.CalculateSize(_repeated_refDistance_codec);
|
||||
if (RefInterval != 0) {
|
||||
size += 1 + pb::CodedOutputStream.ComputeInt32Size(RefInterval);
|
||||
}
|
||||
if (_unknownFields != null) {
|
||||
size += _unknownFields.CalculateSize();
|
||||
}
|
||||
return size;
|
||||
}
|
||||
|
||||
[global::System.Diagnostics.DebuggerNonUserCodeAttribute]
|
||||
[global::System.CodeDom.Compiler.GeneratedCode("protoc", null)]
|
||||
public void MergeFrom(StarTowerMonsterSpAttr other) {
|
||||
if (other == null) {
|
||||
return;
|
||||
}
|
||||
if (other.Id != 0) {
|
||||
Id = other.Id;
|
||||
}
|
||||
if (other.MonsterPosition != 0) {
|
||||
MonsterPosition = other.MonsterPosition;
|
||||
}
|
||||
if (other.ThemeSkills.Length != 0) {
|
||||
ThemeSkills = other.ThemeSkills;
|
||||
}
|
||||
if (other.ContinuousKillingTime != 0) {
|
||||
ContinuousKillingTime = other.ContinuousKillingTime;
|
||||
}
|
||||
rougeMoneyDropRange_.Add(other.rougeMoneyDropRange_);
|
||||
rougeExpDropRange_.Add(other.rougeExpDropRange_);
|
||||
refDistance_.Add(other.refDistance_);
|
||||
if (other.RefInterval != 0) {
|
||||
RefInterval = other.RefInterval;
|
||||
}
|
||||
_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) {
|
||||
if ((tag & 7) == 4) {
|
||||
// Abort on any end group tag.
|
||||
return;
|
||||
}
|
||||
switch(tag) {
|
||||
default:
|
||||
_unknownFields = pb::UnknownFieldSet.MergeFieldFrom(_unknownFields, input);
|
||||
break;
|
||||
case 8: {
|
||||
Id = input.ReadInt32();
|
||||
break;
|
||||
}
|
||||
case 16: {
|
||||
MonsterPosition = input.ReadInt32();
|
||||
break;
|
||||
}
|
||||
case 26: {
|
||||
ThemeSkills = input.ReadString();
|
||||
break;
|
||||
}
|
||||
case 32: {
|
||||
ContinuousKillingTime = input.ReadInt32();
|
||||
break;
|
||||
}
|
||||
case 42:
|
||||
case 40: {
|
||||
rougeMoneyDropRange_.AddEntriesFrom(input, _repeated_rougeMoneyDropRange_codec);
|
||||
break;
|
||||
}
|
||||
case 50:
|
||||
case 48: {
|
||||
rougeExpDropRange_.AddEntriesFrom(input, _repeated_rougeExpDropRange_codec);
|
||||
break;
|
||||
}
|
||||
case 58:
|
||||
case 56: {
|
||||
refDistance_.AddEntriesFrom(input, _repeated_refDistance_codec);
|
||||
break;
|
||||
}
|
||||
case 64: {
|
||||
RefInterval = input.ReadInt32();
|
||||
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) {
|
||||
if ((tag & 7) == 4) {
|
||||
// Abort on any end group tag.
|
||||
return;
|
||||
}
|
||||
switch(tag) {
|
||||
default:
|
||||
_unknownFields = pb::UnknownFieldSet.MergeFieldFrom(_unknownFields, ref input);
|
||||
break;
|
||||
case 8: {
|
||||
Id = input.ReadInt32();
|
||||
break;
|
||||
}
|
||||
case 16: {
|
||||
MonsterPosition = input.ReadInt32();
|
||||
break;
|
||||
}
|
||||
case 26: {
|
||||
ThemeSkills = input.ReadString();
|
||||
break;
|
||||
}
|
||||
case 32: {
|
||||
ContinuousKillingTime = input.ReadInt32();
|
||||
break;
|
||||
}
|
||||
case 42:
|
||||
case 40: {
|
||||
rougeMoneyDropRange_.AddEntriesFrom(ref input, _repeated_rougeMoneyDropRange_codec);
|
||||
break;
|
||||
}
|
||||
case 50:
|
||||
case 48: {
|
||||
rougeExpDropRange_.AddEntriesFrom(ref input, _repeated_rougeExpDropRange_codec);
|
||||
break;
|
||||
}
|
||||
case 58:
|
||||
case 56: {
|
||||
refDistance_.AddEntriesFrom(ref input, _repeated_refDistance_codec);
|
||||
break;
|
||||
}
|
||||
case 64: {
|
||||
RefInterval = input.ReadInt32();
|
||||
break;
|
||||
}
|
||||
}
|
||||
}
|
||||
}
|
||||
#endif
|
||||
|
||||
}
|
||||
|
||||
#endregion
|
||||
|
||||
}
|
||||
|
||||
#endregion Designer generated code
|
||||
Reference in New Issue
Block a user