diff --git a/.vs/GtaVUsersInfo/DesignTimeBuild/.dtbcache.v2 b/.vs/GtaVUsersInfo/DesignTimeBuild/.dtbcache.v2 index 04ae1be..d12cce3 100644 Binary files a/.vs/GtaVUsersInfo/DesignTimeBuild/.dtbcache.v2 and b/.vs/GtaVUsersInfo/DesignTimeBuild/.dtbcache.v2 differ diff --git a/.vs/GtaVUsersInfo/FileContentIndex/26f1736a-a5f0-49e3-8b8a-0b48a876135f.vsidx b/.vs/GtaVUsersInfo/FileContentIndex/1a17ea9a-e1f8-4645-8890-b1046fde2265.vsidx similarity index 85% rename from .vs/GtaVUsersInfo/FileContentIndex/26f1736a-a5f0-49e3-8b8a-0b48a876135f.vsidx rename to .vs/GtaVUsersInfo/FileContentIndex/1a17ea9a-e1f8-4645-8890-b1046fde2265.vsidx index 7a3bdc9..2c76153 100644 Binary files a/.vs/GtaVUsersInfo/FileContentIndex/26f1736a-a5f0-49e3-8b8a-0b48a876135f.vsidx and b/.vs/GtaVUsersInfo/FileContentIndex/1a17ea9a-e1f8-4645-8890-b1046fde2265.vsidx differ diff --git a/.vs/GtaVUsersInfo/FileContentIndex/3854eb5a-c96a-4127-b92c-31a76f21eb41.vsidx b/.vs/GtaVUsersInfo/FileContentIndex/3854eb5a-c96a-4127-b92c-31a76f21eb41.vsidx deleted file mode 100644 index 398c326..0000000 Binary files a/.vs/GtaVUsersInfo/FileContentIndex/3854eb5a-c96a-4127-b92c-31a76f21eb41.vsidx and /dev/null differ diff --git a/.vs/GtaVUsersInfo/FileContentIndex/8a36960c-088e-46cf-b1f6-1d8cc7f96584.vsidx b/.vs/GtaVUsersInfo/FileContentIndex/8a36960c-088e-46cf-b1f6-1d8cc7f96584.vsidx new file mode 100644 index 0000000..94c7dd7 Binary files /dev/null and b/.vs/GtaVUsersInfo/FileContentIndex/8a36960c-088e-46cf-b1f6-1d8cc7f96584.vsidx differ diff --git a/.vs/GtaVUsersInfo/FileContentIndex/87daad5a-03ee-4111-bd29-8975ba2b3e27.vsidx b/.vs/GtaVUsersInfo/FileContentIndex/cc8a1e58-6176-4c91-a0e5-42dc076c5afa.vsidx similarity index 100% rename from .vs/GtaVUsersInfo/FileContentIndex/87daad5a-03ee-4111-bd29-8975ba2b3e27.vsidx rename to .vs/GtaVUsersInfo/FileContentIndex/cc8a1e58-6176-4c91-a0e5-42dc076c5afa.vsidx diff --git a/.vs/GtaVUsersInfo/v17/.futdcache.v2 b/.vs/GtaVUsersInfo/v17/.futdcache.v2 index 3731161..d7797cc 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 0d2d96a..7577a0f 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 c3fca9f..da49cb6 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 6384e99..62242c6 100644 Binary files a/.vs/ProjectEvaluation/gtavusersinfo.projects.v7.bin and b/.vs/ProjectEvaluation/gtavusersinfo.projects.v7.bin differ diff --git a/MainForm.cs b/MainForm.cs index 7cfa3e4..fe3eda1 100644 --- a/MainForm.cs +++ b/MainForm.cs @@ -437,6 +437,13 @@ namespace GtaVUsersInfo SaveFileDialog saveFileDialog = new SaveFileDialog(); saveFileDialog.Filter = filter; + if (window.prevFile != null) + { + string jsonData = JsonConvert.SerializeObject(data, Formatting.Indented); + File.WriteAllText(window.prevFile, jsonData); + return; + } + if (saveFileDialog.ShowDialog() == DialogResult.OK) { // Сериализуем данные в JSON diff --git a/Properties/PublishProfiles/FolderProfile.pubxml.user b/Properties/PublishProfiles/FolderProfile.pubxml.user index 5e3f977..9eb70ab 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-10T09:30:25.7657642Z;True|2024-10-10T10:55:42.4660156+03:00;True|2024-10-10T10:36:20.4890831+03:00; + True|2024-10-10T10:54:38.0393379Z;True|2024-10-10T13:48:01.9862052+03:00;True|2024-10-10T12:30:25.7657642+03:00;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/bin/Debug/net7.0-windows/GtaVUsersInfo.dll b/bin/Debug/net7.0-windows/GtaVUsersInfo.dll index 1361a87..0cff562 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 dfa1183..ba7eef7 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/Release/net7.0-windows/GtaVUsersInfo.dll b/bin/Release/net7.0-windows/GtaVUsersInfo.dll index 72383b1..7bb3cd2 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 f25837a..22528c3 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 4c7c46f..b3fa5ab 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 d17128d..8807aa6 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 53ad3a9..2d9dbc1 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 1361a87..0cff562 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 dfa1183..ba7eef7 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/Release/net7.0-windows/GtaVUsersInfo.Resources.resources b/obj/Release/net7.0-windows/GtaVUsersInfo.Resources.resources index 59c13ca..94aa1aa 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 5ced915..ae2592c 100644 --- a/obj/Release/net7.0-windows/GtaVUsersInfo.csproj.CoreCompileInputs.cache +++ b/obj/Release/net7.0-windows/GtaVUsersInfo.csproj.CoreCompileInputs.cache @@ -1 +1 @@ -0e0620c9e90405a040536d7aa4bbce2e52cf4709 +6b0dce8961468a09f1161f92cf71e98701cd2405 diff --git a/obj/Release/net7.0-windows/GtaVUsersInfo.csproj.GenerateResource.cache b/obj/Release/net7.0-windows/GtaVUsersInfo.csproj.GenerateResource.cache index 29b274a..a7bb83e 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 72383b1..7bb3cd2 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 f25837a..22528c3 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/TempPE/Resources.Designer.cs.dll b/obj/Release/net7.0-windows/TempPE/Resources.Designer.cs.dll index 4ef07b9..4337f5f 100644 Binary files a/obj/Release/net7.0-windows/TempPE/Resources.Designer.cs.dll and b/obj/Release/net7.0-windows/TempPE/Resources.Designer.cs.dll differ diff --git a/obj/Release/net7.0-windows/ref/GtaVUsersInfo.dll b/obj/Release/net7.0-windows/ref/GtaVUsersInfo.dll index 01f1e8b..84c8fcd 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 01f1e8b..84c8fcd 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 59c13ca..94aa1aa 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 f069147..9d31a58 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 @@ -355d640f87884ff864ea3cc2e918102d15c5316d +7fbabf9a11a36ff2f2d79629f4fd612595fba228 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 29b274a..a7bb83e 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 4c7c46f..b3fa5ab 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 d17128d..8807aa6 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 c935099..b636434 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 c935099..b636434 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