diff --git a/.vs/GtaVUsersInfo/DesignTimeBuild/.dtbcache.v2 b/.vs/GtaVUsersInfo/DesignTimeBuild/.dtbcache.v2 index 5204879..a6176f1 100644 Binary files a/.vs/GtaVUsersInfo/DesignTimeBuild/.dtbcache.v2 and b/.vs/GtaVUsersInfo/DesignTimeBuild/.dtbcache.v2 differ diff --git a/.vs/GtaVUsersInfo/FileContentIndex/2f1baa72-2b59-4f59-bfe3-d9d88f6bf2fa.vsidx b/.vs/GtaVUsersInfo/FileContentIndex/0320c4c5-409a-4ffd-9ec1-cb37805ba871.vsidx similarity index 100% rename from .vs/GtaVUsersInfo/FileContentIndex/2f1baa72-2b59-4f59-bfe3-d9d88f6bf2fa.vsidx rename to .vs/GtaVUsersInfo/FileContentIndex/0320c4c5-409a-4ffd-9ec1-cb37805ba871.vsidx diff --git a/.vs/GtaVUsersInfo/FileContentIndex/36d448a2-57d2-4cc5-814c-3a192b90ce02.vsidx b/.vs/GtaVUsersInfo/FileContentIndex/7e388260-c786-4c68-a58c-a61f68784f61.vsidx similarity index 100% rename from .vs/GtaVUsersInfo/FileContentIndex/36d448a2-57d2-4cc5-814c-3a192b90ce02.vsidx rename to .vs/GtaVUsersInfo/FileContentIndex/7e388260-c786-4c68-a58c-a61f68784f61.vsidx diff --git a/.vs/GtaVUsersInfo/FileContentIndex/95f84248-5f39-4c0c-b948-48bf39a9d554.vsidx b/.vs/GtaVUsersInfo/FileContentIndex/95f84248-5f39-4c0c-b948-48bf39a9d554.vsidx new file mode 100644 index 0000000..8095c5c Binary files /dev/null and b/.vs/GtaVUsersInfo/FileContentIndex/95f84248-5f39-4c0c-b948-48bf39a9d554.vsidx differ diff --git a/.vs/GtaVUsersInfo/v17/.futdcache.v2 b/.vs/GtaVUsersInfo/v17/.futdcache.v2 index 91594b0..a43a4aa 100644 Binary files a/.vs/GtaVUsersInfo/v17/.futdcache.v2 and b/.vs/GtaVUsersInfo/v17/.futdcache.v2 differ diff --git a/.vs/GtaVUsersInfo/v17/.suo b/.vs/GtaVUsersInfo/v17/.suo index 6971ca7..35ab21d 100644 Binary files a/.vs/GtaVUsersInfo/v17/.suo and b/.vs/GtaVUsersInfo/v17/.suo differ diff --git a/.vs/ProjectEvaluation/gtavusersinfo.metadata.v7.bin b/.vs/ProjectEvaluation/gtavusersinfo.metadata.v7.bin index 81ae539..b378415 100644 Binary files a/.vs/ProjectEvaluation/gtavusersinfo.metadata.v7.bin and b/.vs/ProjectEvaluation/gtavusersinfo.metadata.v7.bin differ diff --git a/.vs/ProjectEvaluation/gtavusersinfo.projects.v7.bin b/.vs/ProjectEvaluation/gtavusersinfo.projects.v7.bin index 9e4ad42..ef7dc36 100644 Binary files a/.vs/ProjectEvaluation/gtavusersinfo.projects.v7.bin and b/.vs/ProjectEvaluation/gtavusersinfo.projects.v7.bin differ diff --git a/Forms/AddCars.Designer.cs b/Forms/AddCars.Designer.cs index f610adb..1f3c2c5 100644 --- a/Forms/AddCars.Designer.cs +++ b/Forms/AddCars.Designer.cs @@ -46,6 +46,8 @@ // // MainPanel // + MainPanel.AutoSize = true; + MainPanel.AutoSizeMode = AutoSizeMode.GrowAndShrink; MainPanel.Controls.Add(saveItem); MainPanel.Controls.Add(separatopPanel2); MainPanel.Controls.Add(panel1); @@ -61,12 +63,15 @@ // // saveItem // - saveItem.Dock = DockStyle.Right; + saveItem.AutoSize = true; + saveItem.AutoSizeMode = AutoSizeMode.GrowAndShrink; + saveItem.Dock = DockStyle.Top; saveItem.FlatStyle = FlatStyle.Flat; - saveItem.Location = new Point(204, 103); + saveItem.Location = new Point(4, 103); saveItem.Margin = new Padding(4, 3, 4, 3); + saveItem.MinimumSize = new Size(288, 30); saveItem.Name = "saveItem"; - saveItem.Size = new Size(88, 30); + saveItem.Size = new Size(288, 30); saveItem.TabIndex = 7; saveItem.Text = "Сохранить"; saveItem.UseVisualStyleBackColor = true; @@ -84,6 +89,7 @@ // panel1 // panel1.AutoSize = true; + panel1.AutoSizeMode = AutoSizeMode.GrowAndShrink; panel1.Controls.Add(carPrice); panel1.Controls.Add(priceLabel); panel1.Dock = DockStyle.Top; @@ -128,6 +134,7 @@ // CarPanel // CarPanel.AutoSize = true; + CarPanel.AutoSizeMode = AutoSizeMode.GrowAndShrink; CarPanel.Controls.Add(carComboBox); CarPanel.Controls.Add(carLabel); CarPanel.Dock = DockStyle.Top; @@ -143,6 +150,7 @@ carComboBox.FormattingEnabled = true; carComboBox.Location = new Point(0, 15); carComboBox.Margin = new Padding(4, 3, 4, 3); + carComboBox.MinimumSize = new Size(259, 0); carComboBox.Name = "carComboBox"; carComboBox.Size = new Size(288, 23); carComboBox.TabIndex = 3; @@ -163,17 +171,20 @@ // AutoScaleDimensions = new SizeF(7F, 15F); AutoScaleMode = AutoScaleMode.Font; - AutoSizeMode = AutoSizeMode.GrowAndShrink; + AutoSize = true; BackColor = Color.White; ClientSize = new Size(296, 136); Controls.Add(MainPanel); Icon = (Icon)resources.GetObject("$this.Icon"); Margin = new Padding(4, 3, 4, 3); - MaximumSize = new Size(312, 175); + MaximizeBox = false; + MinimizeBox = false; MinimumSize = new Size(312, 175); Name = "AddCars"; + ShowInTaskbar = false; StartPosition = FormStartPosition.CenterParent; Text = "Автомобиль"; + TopMost = true; MainPanel.ResumeLayout(false); MainPanel.PerformLayout(); panel1.ResumeLayout(false); @@ -181,6 +192,7 @@ CarPanel.ResumeLayout(false); CarPanel.PerformLayout(); ResumeLayout(false); + PerformLayout(); } #endregion diff --git a/Forms/AddCars.cs b/Forms/AddCars.cs index 1f488d9..cccb43c 100644 --- a/Forms/AddCars.cs +++ b/Forms/AddCars.cs @@ -1,4 +1,5 @@ using GtaVUsersInfo.Helpers; +using GtaVUsersInfo.Sources; using System; using System.Collections.Generic; using System.ComponentModel; @@ -90,5 +91,11 @@ namespace GtaVUsersInfo.Forms return; } } + + public void ChangeFonts(FontSettings settings) + { + FontSettings.ChangeFontInControls(this, settings); + this.Size = new Size(this.carLabel.Width, this.Size.Height); + } } } diff --git a/Forms/AddParameter.Designer.cs b/Forms/AddParameter.Designer.cs index 3720135..0f2a717 100644 --- a/Forms/AddParameter.Designer.cs +++ b/Forms/AddParameter.Designer.cs @@ -54,12 +54,14 @@ // // saveItem // - saveItem.Dock = DockStyle.Right; + saveItem.AutoSize = true; + saveItem.AutoSizeMode = AutoSizeMode.GrowAndShrink; + saveItem.Dock = DockStyle.Top; saveItem.FlatStyle = FlatStyle.Flat; - saveItem.Location = new Point(204, 53); + saveItem.Location = new Point(4, 53); saveItem.Margin = new Padding(4, 3, 4, 3); saveItem.Name = "saveItem"; - saveItem.Size = new Size(88, 29); + saveItem.Size = new Size(288, 27); saveItem.TabIndex = 7; saveItem.Text = "Сохранить"; saveItem.UseVisualStyleBackColor = true; @@ -110,7 +112,7 @@ // AutoScaleDimensions = new SizeF(7F, 15F); AutoScaleMode = AutoScaleMode.Font; - AutoSizeMode = AutoSizeMode.GrowAndShrink; + AutoSize = true; BackColor = Color.White; ClientSize = new Size(296, 85); Controls.Add(MainPanel); diff --git a/Forms/AddParameter.cs b/Forms/AddParameter.cs index e3858a7..10045fa 100644 --- a/Forms/AddParameter.cs +++ b/Forms/AddParameter.cs @@ -1,5 +1,6 @@ using GtaVUsersInfo.Controls; using GtaVUsersInfo.Helpers; +using GtaVUsersInfo.Sources; using System; using System.Collections.Generic; using System.ComponentModel; @@ -51,5 +52,11 @@ namespace GtaVUsersInfo.Forms return; } } + + public void ChangeFonts(FontSettings settings) + { + FontSettings.ChangeFontInControls(this, settings); + this.Size = new Size(this.nameLabel.Width, this.Size.Height); + } } } diff --git a/MainForm.Designer.cs b/MainForm.Designer.cs index a62a002..9bf92f9 100644 --- a/MainForm.Designer.cs +++ b/MainForm.Designer.cs @@ -231,45 +231,45 @@ // openFileToolStripMenuItem // openFileToolStripMenuItem.Name = "openFileToolStripMenuItem"; - openFileToolStripMenuItem.Size = new Size(180, 22); + openFileToolStripMenuItem.Size = new Size(170, 22); openFileToolStripMenuItem.Text = "Открыть"; openFileToolStripMenuItem.Click += openFileToolStripMenuItem_Click; // // saveToolStripMenuItem // saveToolStripMenuItem.Name = "saveToolStripMenuItem"; - saveToolStripMenuItem.Size = new Size(180, 22); + saveToolStripMenuItem.Size = new Size(170, 22); saveToolStripMenuItem.Text = "Сохранить"; saveToolStripMenuItem.Click += saveToolStripMenuItem_Click; // // saveAsКакToolStripMenuItem // saveAsКакToolStripMenuItem.Name = "saveAsКакToolStripMenuItem"; - saveAsКакToolStripMenuItem.Size = new Size(180, 22); + saveAsКакToolStripMenuItem.Size = new Size(170, 22); saveAsКакToolStripMenuItem.Text = "Сохранить как"; saveAsКакToolStripMenuItem.Click += saveAsКакToolStripMenuItem_Click; // // toolStripSeparator2 // toolStripSeparator2.Name = "toolStripSeparator2"; - toolStripSeparator2.Size = new Size(177, 6); + toolStripSeparator2.Size = new Size(167, 6); // // newToolStripMenuItem // newToolStripMenuItem.Name = "newToolStripMenuItem"; - newToolStripMenuItem.Size = new Size(180, 22); + newToolStripMenuItem.Size = new Size(170, 22); newToolStripMenuItem.Text = "Новый персонаж"; newToolStripMenuItem.Click += newToolStripMenuItem_Click; // // toolStripSeparator1 // toolStripSeparator1.Name = "toolStripSeparator1"; - toolStripSeparator1.Size = new Size(177, 6); + toolStripSeparator1.Size = new Size(167, 6); // // exitToolStripMenuItem // exitToolStripMenuItem.Name = "exitToolStripMenuItem"; - exitToolStripMenuItem.Size = new Size(180, 22); + exitToolStripMenuItem.Size = new Size(170, 22); exitToolStripMenuItem.Text = "Выйти"; exitToolStripMenuItem.Click += exitToolStripMenuItem_Click; // diff --git a/MainForm.cs b/MainForm.cs index 3851959..0439b8c 100644 --- a/MainForm.cs +++ b/MainForm.cs @@ -60,7 +60,7 @@ namespace GtaVUsersInfo cars = new List(); parameters = new List { new ParameterControl("Имя"), new ParameterControl("Деньги") }; - carsItems.ContextMenuStrip = new CarPanelMenuStrip(addNewCar).Menu; + carsItems.ContextMenuStrip = new CarPanelMenuStrip(addCar_Click).Menu; parametersPanel.ContextMenuStrip = new ParameterPanelMenuStrip(addNewParameter).Menu; dtControls = new List { parserButton, readJsonButton }; @@ -145,7 +145,7 @@ namespace GtaVUsersInfo foreach (CarControl car in cars) { - car.MenuStrip = new CarItemMenuStrip(addNewCar, editCar, deleteCar, car).Menu; + car.MenuStrip = new CarItemMenuStrip(addCar_Click, editCar, deleteCar, car).Menu; carsItems.Controls.Add(car); } } @@ -221,6 +221,7 @@ namespace GtaVUsersInfo using (AddCars form = new AddCars(carList, car)) { + form.ChangeFonts(fontSettings); form.ShowDialog(); } @@ -232,11 +233,6 @@ namespace GtaVUsersInfo } } - private void addNewCar(object sender, EventArgs e) - { - addCar_Click(sender, e); - } - private void editCar(object sender, EventArgs e) { if (carList.Count <= 0) @@ -319,6 +315,7 @@ namespace GtaVUsersInfo using (AddParameter form = new AddParameter(parameters, parameter)) { + form.ChangeFonts(fontSettings); form.ShowDialog(); } diff --git a/Properties/PublishProfiles/FolderProfile.pubxml.user b/Properties/PublishProfiles/FolderProfile.pubxml.user index b39fe2d..5e3f977 100644 --- a/Properties/PublishProfiles/FolderProfile.pubxml.user +++ b/Properties/PublishProfiles/FolderProfile.pubxml.user @@ -4,7 +4,7 @@ https://go.microsoft.com/fwlink/?LinkID=208121. --> - True|2024-10-10T07:55:42.4660156Z;True|2024-10-10T10:36:20.4890831+03:00; + True|2024-10-10T09:30:25.7657642Z;True|2024-10-10T10:55:42.4660156+03:00;True|2024-10-10T10:36:20.4890831+03:00; \ No newline at end of file diff --git a/Sources/FontSettings.cs b/Sources/FontSettings.cs index 0c29a5f..79ed34c 100644 --- a/Sources/FontSettings.cs +++ b/Sources/FontSettings.cs @@ -76,7 +76,7 @@ namespace GtaVUsersInfo.Sources control.Size = new Size(newWidth, newHeight); } - if (control is TextBox || control is Button) + if (control is TextBox || control is Button || control is ComboBox) { control.Font = font; control.ForeColor = color; diff --git a/bin/Debug/net7.0-windows/GtaVUsersInfo.dll b/bin/Debug/net7.0-windows/GtaVUsersInfo.dll index 04fe241..b5aa44d 100644 Binary files a/bin/Debug/net7.0-windows/GtaVUsersInfo.dll and b/bin/Debug/net7.0-windows/GtaVUsersInfo.dll differ diff --git a/bin/Debug/net7.0-windows/GtaVUsersInfo.pdb b/bin/Debug/net7.0-windows/GtaVUsersInfo.pdb index fa1e48c..3e4c6ed 100644 Binary files a/bin/Debug/net7.0-windows/GtaVUsersInfo.pdb and b/bin/Debug/net7.0-windows/GtaVUsersInfo.pdb differ diff --git a/bin/Debug/net7.0-windows/data/fontsettings.json b/bin/Debug/net7.0-windows/data/fontsettings.json index 75ee68b..aaa46ba 100644 --- a/bin/Debug/net7.0-windows/data/fontsettings.json +++ b/bin/Debug/net7.0-windows/data/fontsettings.json @@ -1,6 +1,6 @@ { "FontFamily": "Segoe UI", - "FontSize": 15.75, + "FontSize": 72.0, "FontStyle": 0, "FontColor": "64, 0, 64" } \ No newline at end of file diff --git a/bin/Debug/net7.0-windows/data/window.json b/bin/Debug/net7.0-windows/data/window.json index a9ddc69..43d9c07 100644 --- a/bin/Debug/net7.0-windows/data/window.json +++ b/bin/Debug/net7.0-windows/data/window.json @@ -1,6 +1,6 @@ { - "width": 1004, - "height": 645, + "width": 1696, + "height": 1026, "leftPos": 150, "rightPos": 181, "prevFile": "C:\\Users\\eugen\\YandexDisk\\Важное\\GTAV\\Карл.json" diff --git a/bin/Release/net7.0-windows/GtaVUsersInfo.dll b/bin/Release/net7.0-windows/GtaVUsersInfo.dll index 22176c1..72383b1 100644 Binary files a/bin/Release/net7.0-windows/GtaVUsersInfo.dll and b/bin/Release/net7.0-windows/GtaVUsersInfo.dll differ diff --git a/bin/Release/net7.0-windows/GtaVUsersInfo.pdb b/bin/Release/net7.0-windows/GtaVUsersInfo.pdb index ffe3853..f25837a 100644 Binary files a/bin/Release/net7.0-windows/GtaVUsersInfo.pdb and b/bin/Release/net7.0-windows/GtaVUsersInfo.pdb differ diff --git a/bin/Release/net7.0-windows/win-x86/GtaVUsersInfo.dll b/bin/Release/net7.0-windows/win-x86/GtaVUsersInfo.dll index 7f5d363..4c7c46f 100644 Binary files a/bin/Release/net7.0-windows/win-x86/GtaVUsersInfo.dll and b/bin/Release/net7.0-windows/win-x86/GtaVUsersInfo.dll differ diff --git a/bin/Release/net7.0-windows/win-x86/GtaVUsersInfo.pdb b/bin/Release/net7.0-windows/win-x86/GtaVUsersInfo.pdb index 6a5433b..d17128d 100644 Binary files a/bin/Release/net7.0-windows/win-x86/GtaVUsersInfo.pdb and b/bin/Release/net7.0-windows/win-x86/GtaVUsersInfo.pdb differ diff --git a/obj/Debug/net7.0-windows/GtaVUsersInfo.csproj.GenerateResource.cache b/obj/Debug/net7.0-windows/GtaVUsersInfo.csproj.GenerateResource.cache index 71e34fc..bbd8dfc 100644 Binary files a/obj/Debug/net7.0-windows/GtaVUsersInfo.csproj.GenerateResource.cache and b/obj/Debug/net7.0-windows/GtaVUsersInfo.csproj.GenerateResource.cache differ diff --git a/obj/Debug/net7.0-windows/GtaVUsersInfo.dll b/obj/Debug/net7.0-windows/GtaVUsersInfo.dll index 04fe241..b5aa44d 100644 Binary files a/obj/Debug/net7.0-windows/GtaVUsersInfo.dll and b/obj/Debug/net7.0-windows/GtaVUsersInfo.dll differ diff --git a/obj/Debug/net7.0-windows/GtaVUsersInfo.pdb b/obj/Debug/net7.0-windows/GtaVUsersInfo.pdb index fa1e48c..3e4c6ed 100644 Binary files a/obj/Debug/net7.0-windows/GtaVUsersInfo.pdb and b/obj/Debug/net7.0-windows/GtaVUsersInfo.pdb differ diff --git a/obj/Debug/net7.0-windows/ref/GtaVUsersInfo.dll b/obj/Debug/net7.0-windows/ref/GtaVUsersInfo.dll index 76a0493..cf24f8a 100644 Binary files a/obj/Debug/net7.0-windows/ref/GtaVUsersInfo.dll and b/obj/Debug/net7.0-windows/ref/GtaVUsersInfo.dll differ diff --git a/obj/Debug/net7.0-windows/refint/GtaVUsersInfo.dll b/obj/Debug/net7.0-windows/refint/GtaVUsersInfo.dll index 76a0493..cf24f8a 100644 Binary files a/obj/Debug/net7.0-windows/refint/GtaVUsersInfo.dll and b/obj/Debug/net7.0-windows/refint/GtaVUsersInfo.dll differ diff --git a/obj/Release/net7.0-windows/GtaVUsersInfo.Resources.resources b/obj/Release/net7.0-windows/GtaVUsersInfo.Resources.resources index a1de115..59c13ca 100644 Binary files a/obj/Release/net7.0-windows/GtaVUsersInfo.Resources.resources and b/obj/Release/net7.0-windows/GtaVUsersInfo.Resources.resources differ diff --git a/obj/Release/net7.0-windows/GtaVUsersInfo.csproj.CoreCompileInputs.cache b/obj/Release/net7.0-windows/GtaVUsersInfo.csproj.CoreCompileInputs.cache index b421faa..5ced915 100644 --- a/obj/Release/net7.0-windows/GtaVUsersInfo.csproj.CoreCompileInputs.cache +++ b/obj/Release/net7.0-windows/GtaVUsersInfo.csproj.CoreCompileInputs.cache @@ -1 +1 @@ -5826764bf00f1472f674d5a16ee6f8dadffdc9fa +0e0620c9e90405a040536d7aa4bbce2e52cf4709 diff --git a/obj/Release/net7.0-windows/GtaVUsersInfo.csproj.GenerateResource.cache b/obj/Release/net7.0-windows/GtaVUsersInfo.csproj.GenerateResource.cache index fa5d6e8..29b274a 100644 Binary files a/obj/Release/net7.0-windows/GtaVUsersInfo.csproj.GenerateResource.cache and b/obj/Release/net7.0-windows/GtaVUsersInfo.csproj.GenerateResource.cache differ diff --git a/obj/Release/net7.0-windows/GtaVUsersInfo.dll b/obj/Release/net7.0-windows/GtaVUsersInfo.dll index 22176c1..72383b1 100644 Binary files a/obj/Release/net7.0-windows/GtaVUsersInfo.dll and b/obj/Release/net7.0-windows/GtaVUsersInfo.dll differ diff --git a/obj/Release/net7.0-windows/GtaVUsersInfo.pdb b/obj/Release/net7.0-windows/GtaVUsersInfo.pdb index ffe3853..f25837a 100644 Binary files a/obj/Release/net7.0-windows/GtaVUsersInfo.pdb and b/obj/Release/net7.0-windows/GtaVUsersInfo.pdb differ diff --git a/obj/Release/net7.0-windows/ref/GtaVUsersInfo.dll b/obj/Release/net7.0-windows/ref/GtaVUsersInfo.dll index dfed328..01f1e8b 100644 Binary files a/obj/Release/net7.0-windows/ref/GtaVUsersInfo.dll and b/obj/Release/net7.0-windows/ref/GtaVUsersInfo.dll differ diff --git a/obj/Release/net7.0-windows/refint/GtaVUsersInfo.dll b/obj/Release/net7.0-windows/refint/GtaVUsersInfo.dll index dfed328..01f1e8b 100644 Binary files a/obj/Release/net7.0-windows/refint/GtaVUsersInfo.dll and b/obj/Release/net7.0-windows/refint/GtaVUsersInfo.dll differ diff --git a/obj/Release/net7.0-windows/win-x86/GtaVUsersInfo.Resources.resources b/obj/Release/net7.0-windows/win-x86/GtaVUsersInfo.Resources.resources index a1de115..59c13ca 100644 Binary files a/obj/Release/net7.0-windows/win-x86/GtaVUsersInfo.Resources.resources and b/obj/Release/net7.0-windows/win-x86/GtaVUsersInfo.Resources.resources differ diff --git a/obj/Release/net7.0-windows/win-x86/GtaVUsersInfo.csproj.CoreCompileInputs.cache b/obj/Release/net7.0-windows/win-x86/GtaVUsersInfo.csproj.CoreCompileInputs.cache index f511fd2..f069147 100644 --- a/obj/Release/net7.0-windows/win-x86/GtaVUsersInfo.csproj.CoreCompileInputs.cache +++ b/obj/Release/net7.0-windows/win-x86/GtaVUsersInfo.csproj.CoreCompileInputs.cache @@ -1 +1 @@ -14d8c8caa14b2814e328ab717eeee233fd30afb1 +355d640f87884ff864ea3cc2e918102d15c5316d diff --git a/obj/Release/net7.0-windows/win-x86/GtaVUsersInfo.csproj.GenerateResource.cache b/obj/Release/net7.0-windows/win-x86/GtaVUsersInfo.csproj.GenerateResource.cache index fa5d6e8..29b274a 100644 Binary files a/obj/Release/net7.0-windows/win-x86/GtaVUsersInfo.csproj.GenerateResource.cache and b/obj/Release/net7.0-windows/win-x86/GtaVUsersInfo.csproj.GenerateResource.cache differ diff --git a/obj/Release/net7.0-windows/win-x86/GtaVUsersInfo.dll b/obj/Release/net7.0-windows/win-x86/GtaVUsersInfo.dll index 7f5d363..4c7c46f 100644 Binary files a/obj/Release/net7.0-windows/win-x86/GtaVUsersInfo.dll and b/obj/Release/net7.0-windows/win-x86/GtaVUsersInfo.dll differ diff --git a/obj/Release/net7.0-windows/win-x86/GtaVUsersInfo.pdb b/obj/Release/net7.0-windows/win-x86/GtaVUsersInfo.pdb index 6a5433b..d17128d 100644 Binary files a/obj/Release/net7.0-windows/win-x86/GtaVUsersInfo.pdb and b/obj/Release/net7.0-windows/win-x86/GtaVUsersInfo.pdb differ diff --git a/obj/Release/net7.0-windows/win-x86/ref/GtaVUsersInfo.dll b/obj/Release/net7.0-windows/win-x86/ref/GtaVUsersInfo.dll index 230e41d..c935099 100644 Binary files a/obj/Release/net7.0-windows/win-x86/ref/GtaVUsersInfo.dll and b/obj/Release/net7.0-windows/win-x86/ref/GtaVUsersInfo.dll differ diff --git a/obj/Release/net7.0-windows/win-x86/refint/GtaVUsersInfo.dll b/obj/Release/net7.0-windows/win-x86/refint/GtaVUsersInfo.dll index 230e41d..c935099 100644 Binary files a/obj/Release/net7.0-windows/win-x86/refint/GtaVUsersInfo.dll and b/obj/Release/net7.0-windows/win-x86/refint/GtaVUsersInfo.dll differ