mirror of
https://github.com/raphaeIl/Novaria.git
synced 2025-12-16 16:34:44 +01:00
serverlist handler + basic crypto, rename project
This commit is contained in:
541
Novaria.Common/Protos/StarTowerFloorExp.cs
Normal file
541
Novaria.Common/Protos/StarTowerFloorExp.cs
Normal file
@@ -0,0 +1,541 @@
|
||||
// <auto-generated>
|
||||
// Generated by the protocol buffer compiler. DO NOT EDIT!
|
||||
// source: StarTowerFloorExp.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 StarTowerFloorExp.proto</summary>
|
||||
public static partial class StarTowerFloorExpReflection {
|
||||
|
||||
#region Descriptor
|
||||
/// <summary>File descriptor for StarTowerFloorExp.proto</summary>
|
||||
public static pbr::FileDescriptor Descriptor {
|
||||
get { return descriptor; }
|
||||
}
|
||||
private static pbr::FileDescriptor descriptor;
|
||||
|
||||
static StarTowerFloorExpReflection() {
|
||||
byte[] descriptorData = global::System.Convert.FromBase64String(
|
||||
string.Concat(
|
||||
"ChdTdGFyVG93ZXJGbG9vckV4cC5wcm90byK+AQoRU3RhclRvd2VyRmxvb3JF",
|
||||
"eHASCgoCaWQYASABKAUSFQoNc3Rhcl90b3dlcl9pZBgCIAEoBRINCgVzdGFn",
|
||||
"ZRgDIAEoBRISCgpub3JtYWxfZXhwGAQgASgFEhEKCWVsaXRlX2V4cBgFIAEo",
|
||||
"BRIQCghib3NzX2V4cBgGIAEoBRIWCg5maW5hbF9ib3NzX2V4cBgHIAEoBRIS",
|
||||
"CgpkYW5nZXJfZXhwGAggASgFEhIKCmhvcnJvcl9leHAYCSABKAVCDqoCC05v",
|
||||
"dmEuQ2xpZW50YgZwcm90bzM="));
|
||||
descriptor = pbr::FileDescriptor.FromGeneratedCode(descriptorData,
|
||||
new pbr::FileDescriptor[] { },
|
||||
new pbr::GeneratedClrTypeInfo(null, null, new pbr::GeneratedClrTypeInfo[] {
|
||||
new pbr::GeneratedClrTypeInfo(typeof(global::Nova.Client.StarTowerFloorExp), global::Nova.Client.StarTowerFloorExp.Parser, new[]{ "Id", "StarTowerId", "Stage", "NormalExp", "EliteExp", "BossExp", "FinalBossExp", "DangerExp", "HorrorExp" }, null, null, null, null)
|
||||
}));
|
||||
}
|
||||
#endregion
|
||||
|
||||
}
|
||||
#region Messages
|
||||
[global::System.Diagnostics.DebuggerDisplayAttribute("{ToString(),nq}")]
|
||||
public sealed partial class StarTowerFloorExp : pb::IMessage<StarTowerFloorExp>
|
||||
#if !GOOGLE_PROTOBUF_REFSTRUCT_COMPATIBILITY_MODE
|
||||
, pb::IBufferMessage
|
||||
#endif
|
||||
{
|
||||
private static readonly pb::MessageParser<StarTowerFloorExp> _parser = new pb::MessageParser<StarTowerFloorExp>(() => new StarTowerFloorExp());
|
||||
private pb::UnknownFieldSet _unknownFields;
|
||||
[global::System.Diagnostics.DebuggerNonUserCodeAttribute]
|
||||
[global::System.CodeDom.Compiler.GeneratedCode("protoc", null)]
|
||||
public static pb::MessageParser<StarTowerFloorExp> 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.StarTowerFloorExpReflection.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 StarTowerFloorExp() {
|
||||
OnConstruction();
|
||||
}
|
||||
|
||||
partial void OnConstruction();
|
||||
|
||||
[global::System.Diagnostics.DebuggerNonUserCodeAttribute]
|
||||
[global::System.CodeDom.Compiler.GeneratedCode("protoc", null)]
|
||||
public StarTowerFloorExp(StarTowerFloorExp other) : this() {
|
||||
id_ = other.id_;
|
||||
starTowerId_ = other.starTowerId_;
|
||||
stage_ = other.stage_;
|
||||
normalExp_ = other.normalExp_;
|
||||
eliteExp_ = other.eliteExp_;
|
||||
bossExp_ = other.bossExp_;
|
||||
finalBossExp_ = other.finalBossExp_;
|
||||
dangerExp_ = other.dangerExp_;
|
||||
horrorExp_ = other.horrorExp_;
|
||||
_unknownFields = pb::UnknownFieldSet.Clone(other._unknownFields);
|
||||
}
|
||||
|
||||
[global::System.Diagnostics.DebuggerNonUserCodeAttribute]
|
||||
[global::System.CodeDom.Compiler.GeneratedCode("protoc", null)]
|
||||
public StarTowerFloorExp Clone() {
|
||||
return new StarTowerFloorExp(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 "star_tower_id" field.</summary>
|
||||
public const int StarTowerIdFieldNumber = 2;
|
||||
private int starTowerId_;
|
||||
[global::System.Diagnostics.DebuggerNonUserCodeAttribute]
|
||||
[global::System.CodeDom.Compiler.GeneratedCode("protoc", null)]
|
||||
public int StarTowerId {
|
||||
get { return starTowerId_; }
|
||||
set {
|
||||
starTowerId_ = value;
|
||||
}
|
||||
}
|
||||
|
||||
/// <summary>Field number for the "stage" field.</summary>
|
||||
public const int StageFieldNumber = 3;
|
||||
private int stage_;
|
||||
[global::System.Diagnostics.DebuggerNonUserCodeAttribute]
|
||||
[global::System.CodeDom.Compiler.GeneratedCode("protoc", null)]
|
||||
public int Stage {
|
||||
get { return stage_; }
|
||||
set {
|
||||
stage_ = value;
|
||||
}
|
||||
}
|
||||
|
||||
/// <summary>Field number for the "normal_exp" field.</summary>
|
||||
public const int NormalExpFieldNumber = 4;
|
||||
private int normalExp_;
|
||||
[global::System.Diagnostics.DebuggerNonUserCodeAttribute]
|
||||
[global::System.CodeDom.Compiler.GeneratedCode("protoc", null)]
|
||||
public int NormalExp {
|
||||
get { return normalExp_; }
|
||||
set {
|
||||
normalExp_ = value;
|
||||
}
|
||||
}
|
||||
|
||||
/// <summary>Field number for the "elite_exp" field.</summary>
|
||||
public const int EliteExpFieldNumber = 5;
|
||||
private int eliteExp_;
|
||||
[global::System.Diagnostics.DebuggerNonUserCodeAttribute]
|
||||
[global::System.CodeDom.Compiler.GeneratedCode("protoc", null)]
|
||||
public int EliteExp {
|
||||
get { return eliteExp_; }
|
||||
set {
|
||||
eliteExp_ = value;
|
||||
}
|
||||
}
|
||||
|
||||
/// <summary>Field number for the "boss_exp" field.</summary>
|
||||
public const int BossExpFieldNumber = 6;
|
||||
private int bossExp_;
|
||||
[global::System.Diagnostics.DebuggerNonUserCodeAttribute]
|
||||
[global::System.CodeDom.Compiler.GeneratedCode("protoc", null)]
|
||||
public int BossExp {
|
||||
get { return bossExp_; }
|
||||
set {
|
||||
bossExp_ = value;
|
||||
}
|
||||
}
|
||||
|
||||
/// <summary>Field number for the "final_boss_exp" field.</summary>
|
||||
public const int FinalBossExpFieldNumber = 7;
|
||||
private int finalBossExp_;
|
||||
[global::System.Diagnostics.DebuggerNonUserCodeAttribute]
|
||||
[global::System.CodeDom.Compiler.GeneratedCode("protoc", null)]
|
||||
public int FinalBossExp {
|
||||
get { return finalBossExp_; }
|
||||
set {
|
||||
finalBossExp_ = value;
|
||||
}
|
||||
}
|
||||
|
||||
/// <summary>Field number for the "danger_exp" field.</summary>
|
||||
public const int DangerExpFieldNumber = 8;
|
||||
private int dangerExp_;
|
||||
[global::System.Diagnostics.DebuggerNonUserCodeAttribute]
|
||||
[global::System.CodeDom.Compiler.GeneratedCode("protoc", null)]
|
||||
public int DangerExp {
|
||||
get { return dangerExp_; }
|
||||
set {
|
||||
dangerExp_ = value;
|
||||
}
|
||||
}
|
||||
|
||||
/// <summary>Field number for the "horror_exp" field.</summary>
|
||||
public const int HorrorExpFieldNumber = 9;
|
||||
private int horrorExp_;
|
||||
[global::System.Diagnostics.DebuggerNonUserCodeAttribute]
|
||||
[global::System.CodeDom.Compiler.GeneratedCode("protoc", null)]
|
||||
public int HorrorExp {
|
||||
get { return horrorExp_; }
|
||||
set {
|
||||
horrorExp_ = value;
|
||||
}
|
||||
}
|
||||
|
||||
[global::System.Diagnostics.DebuggerNonUserCodeAttribute]
|
||||
[global::System.CodeDom.Compiler.GeneratedCode("protoc", null)]
|
||||
public override bool Equals(object other) {
|
||||
return Equals(other as StarTowerFloorExp);
|
||||
}
|
||||
|
||||
[global::System.Diagnostics.DebuggerNonUserCodeAttribute]
|
||||
[global::System.CodeDom.Compiler.GeneratedCode("protoc", null)]
|
||||
public bool Equals(StarTowerFloorExp other) {
|
||||
if (ReferenceEquals(other, null)) {
|
||||
return false;
|
||||
}
|
||||
if (ReferenceEquals(other, this)) {
|
||||
return true;
|
||||
}
|
||||
if (Id != other.Id) return false;
|
||||
if (StarTowerId != other.StarTowerId) return false;
|
||||
if (Stage != other.Stage) return false;
|
||||
if (NormalExp != other.NormalExp) return false;
|
||||
if (EliteExp != other.EliteExp) return false;
|
||||
if (BossExp != other.BossExp) return false;
|
||||
if (FinalBossExp != other.FinalBossExp) return false;
|
||||
if (DangerExp != other.DangerExp) return false;
|
||||
if (HorrorExp != other.HorrorExp) 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 (StarTowerId != 0) hash ^= StarTowerId.GetHashCode();
|
||||
if (Stage != 0) hash ^= Stage.GetHashCode();
|
||||
if (NormalExp != 0) hash ^= NormalExp.GetHashCode();
|
||||
if (EliteExp != 0) hash ^= EliteExp.GetHashCode();
|
||||
if (BossExp != 0) hash ^= BossExp.GetHashCode();
|
||||
if (FinalBossExp != 0) hash ^= FinalBossExp.GetHashCode();
|
||||
if (DangerExp != 0) hash ^= DangerExp.GetHashCode();
|
||||
if (HorrorExp != 0) hash ^= HorrorExp.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 (StarTowerId != 0) {
|
||||
output.WriteRawTag(16);
|
||||
output.WriteInt32(StarTowerId);
|
||||
}
|
||||
if (Stage != 0) {
|
||||
output.WriteRawTag(24);
|
||||
output.WriteInt32(Stage);
|
||||
}
|
||||
if (NormalExp != 0) {
|
||||
output.WriteRawTag(32);
|
||||
output.WriteInt32(NormalExp);
|
||||
}
|
||||
if (EliteExp != 0) {
|
||||
output.WriteRawTag(40);
|
||||
output.WriteInt32(EliteExp);
|
||||
}
|
||||
if (BossExp != 0) {
|
||||
output.WriteRawTag(48);
|
||||
output.WriteInt32(BossExp);
|
||||
}
|
||||
if (FinalBossExp != 0) {
|
||||
output.WriteRawTag(56);
|
||||
output.WriteInt32(FinalBossExp);
|
||||
}
|
||||
if (DangerExp != 0) {
|
||||
output.WriteRawTag(64);
|
||||
output.WriteInt32(DangerExp);
|
||||
}
|
||||
if (HorrorExp != 0) {
|
||||
output.WriteRawTag(72);
|
||||
output.WriteInt32(HorrorExp);
|
||||
}
|
||||
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 (StarTowerId != 0) {
|
||||
output.WriteRawTag(16);
|
||||
output.WriteInt32(StarTowerId);
|
||||
}
|
||||
if (Stage != 0) {
|
||||
output.WriteRawTag(24);
|
||||
output.WriteInt32(Stage);
|
||||
}
|
||||
if (NormalExp != 0) {
|
||||
output.WriteRawTag(32);
|
||||
output.WriteInt32(NormalExp);
|
||||
}
|
||||
if (EliteExp != 0) {
|
||||
output.WriteRawTag(40);
|
||||
output.WriteInt32(EliteExp);
|
||||
}
|
||||
if (BossExp != 0) {
|
||||
output.WriteRawTag(48);
|
||||
output.WriteInt32(BossExp);
|
||||
}
|
||||
if (FinalBossExp != 0) {
|
||||
output.WriteRawTag(56);
|
||||
output.WriteInt32(FinalBossExp);
|
||||
}
|
||||
if (DangerExp != 0) {
|
||||
output.WriteRawTag(64);
|
||||
output.WriteInt32(DangerExp);
|
||||
}
|
||||
if (HorrorExp != 0) {
|
||||
output.WriteRawTag(72);
|
||||
output.WriteInt32(HorrorExp);
|
||||
}
|
||||
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 (StarTowerId != 0) {
|
||||
size += 1 + pb::CodedOutputStream.ComputeInt32Size(StarTowerId);
|
||||
}
|
||||
if (Stage != 0) {
|
||||
size += 1 + pb::CodedOutputStream.ComputeInt32Size(Stage);
|
||||
}
|
||||
if (NormalExp != 0) {
|
||||
size += 1 + pb::CodedOutputStream.ComputeInt32Size(NormalExp);
|
||||
}
|
||||
if (EliteExp != 0) {
|
||||
size += 1 + pb::CodedOutputStream.ComputeInt32Size(EliteExp);
|
||||
}
|
||||
if (BossExp != 0) {
|
||||
size += 1 + pb::CodedOutputStream.ComputeInt32Size(BossExp);
|
||||
}
|
||||
if (FinalBossExp != 0) {
|
||||
size += 1 + pb::CodedOutputStream.ComputeInt32Size(FinalBossExp);
|
||||
}
|
||||
if (DangerExp != 0) {
|
||||
size += 1 + pb::CodedOutputStream.ComputeInt32Size(DangerExp);
|
||||
}
|
||||
if (HorrorExp != 0) {
|
||||
size += 1 + pb::CodedOutputStream.ComputeInt32Size(HorrorExp);
|
||||
}
|
||||
if (_unknownFields != null) {
|
||||
size += _unknownFields.CalculateSize();
|
||||
}
|
||||
return size;
|
||||
}
|
||||
|
||||
[global::System.Diagnostics.DebuggerNonUserCodeAttribute]
|
||||
[global::System.CodeDom.Compiler.GeneratedCode("protoc", null)]
|
||||
public void MergeFrom(StarTowerFloorExp other) {
|
||||
if (other == null) {
|
||||
return;
|
||||
}
|
||||
if (other.Id != 0) {
|
||||
Id = other.Id;
|
||||
}
|
||||
if (other.StarTowerId != 0) {
|
||||
StarTowerId = other.StarTowerId;
|
||||
}
|
||||
if (other.Stage != 0) {
|
||||
Stage = other.Stage;
|
||||
}
|
||||
if (other.NormalExp != 0) {
|
||||
NormalExp = other.NormalExp;
|
||||
}
|
||||
if (other.EliteExp != 0) {
|
||||
EliteExp = other.EliteExp;
|
||||
}
|
||||
if (other.BossExp != 0) {
|
||||
BossExp = other.BossExp;
|
||||
}
|
||||
if (other.FinalBossExp != 0) {
|
||||
FinalBossExp = other.FinalBossExp;
|
||||
}
|
||||
if (other.DangerExp != 0) {
|
||||
DangerExp = other.DangerExp;
|
||||
}
|
||||
if (other.HorrorExp != 0) {
|
||||
HorrorExp = other.HorrorExp;
|
||||
}
|
||||
_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: {
|
||||
StarTowerId = input.ReadInt32();
|
||||
break;
|
||||
}
|
||||
case 24: {
|
||||
Stage = input.ReadInt32();
|
||||
break;
|
||||
}
|
||||
case 32: {
|
||||
NormalExp = input.ReadInt32();
|
||||
break;
|
||||
}
|
||||
case 40: {
|
||||
EliteExp = input.ReadInt32();
|
||||
break;
|
||||
}
|
||||
case 48: {
|
||||
BossExp = input.ReadInt32();
|
||||
break;
|
||||
}
|
||||
case 56: {
|
||||
FinalBossExp = input.ReadInt32();
|
||||
break;
|
||||
}
|
||||
case 64: {
|
||||
DangerExp = input.ReadInt32();
|
||||
break;
|
||||
}
|
||||
case 72: {
|
||||
HorrorExp = 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: {
|
||||
StarTowerId = input.ReadInt32();
|
||||
break;
|
||||
}
|
||||
case 24: {
|
||||
Stage = input.ReadInt32();
|
||||
break;
|
||||
}
|
||||
case 32: {
|
||||
NormalExp = input.ReadInt32();
|
||||
break;
|
||||
}
|
||||
case 40: {
|
||||
EliteExp = input.ReadInt32();
|
||||
break;
|
||||
}
|
||||
case 48: {
|
||||
BossExp = input.ReadInt32();
|
||||
break;
|
||||
}
|
||||
case 56: {
|
||||
FinalBossExp = input.ReadInt32();
|
||||
break;
|
||||
}
|
||||
case 64: {
|
||||
DangerExp = input.ReadInt32();
|
||||
break;
|
||||
}
|
||||
case 72: {
|
||||
HorrorExp = input.ReadInt32();
|
||||
break;
|
||||
}
|
||||
}
|
||||
}
|
||||
}
|
||||
#endif
|
||||
|
||||
}
|
||||
|
||||
#endregion
|
||||
|
||||
}
|
||||
|
||||
#endregion Designer generated code
|
||||
Reference in New Issue
Block a user