From 724372af2080167336397a2a6b92fdf85680248e Mon Sep 17 00:00:00 2001 From: booby1545 <107137294+booby1545@users.noreply.github.com> Date: Mon, 1 May 2023 00:06:16 +0300 Subject: [PATCH] QucikFix 0.02 QucikFix 0.02 --- Forms/FormEdit.cs | 12 ++++++------ Forms/FormInfo.cs | 2 +- Properties/PublishProfiles/FolderProfile.pubxml | 4 ++-- Properties/PublishProfiles/FolderProfile.pubxml.user | 2 +- 4 files changed, 10 insertions(+), 10 deletions(-) diff --git a/Forms/FormEdit.cs b/Forms/FormEdit.cs index 149d566..e153fed 100644 --- a/Forms/FormEdit.cs +++ b/Forms/FormEdit.cs @@ -20,11 +20,11 @@ namespace Kursach.Forms public partial class FormEdit : Form { - private string inputFile1; - private string inputFile2; - private string outputFile; - private string inputFileTab3; - private string outputFileTab3; + private string? inputFile1; + private string? inputFile2; + private string? outputFile; + private string? inputFileTab3; + private string? outputFileTab3; void AlertBox(Color backColor, Color color, string title, string text, Image icon) { @@ -39,7 +39,7 @@ void AlertBox(Color backColor, Color color, string title, string text, Image ico } - string videoName, videoPath, musicPath, musicName; + string? videoName, videoPath, musicPath, musicName; public FormEdit() { diff --git a/Forms/FormInfo.cs b/Forms/FormInfo.cs index 274515e..120f336 100644 --- a/Forms/FormInfo.cs +++ b/Forms/FormInfo.cs @@ -14,7 +14,7 @@ namespace Kursach.Forms { public partial class FormInfo : Form { - private DateTime startTime; + public FormInfo() { InitializeComponent(); diff --git a/Properties/PublishProfiles/FolderProfile.pubxml b/Properties/PublishProfiles/FolderProfile.pubxml index 652b2eb..2db38f1 100644 --- a/Properties/PublishProfiles/FolderProfile.pubxml +++ b/Properties/PublishProfiles/FolderProfile.pubxml @@ -6,11 +6,11 @@ https://go.microsoft.com/fwlink/?LinkID=208121. Release Any CPU - bin\Release\net6.0-windows\publish\win-x86\ + bin\Release\net6.0-windows\publish\win-x64\ FileSystem <_TargetId>Folder net6.0-windows - win-x86 + win-x64 true true false diff --git a/Properties/PublishProfiles/FolderProfile.pubxml.user b/Properties/PublishProfiles/FolderProfile.pubxml.user index 38aeaf2..6d2cfc1 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|2023-04-30T14:12:31.9743938Z;True|2023-04-30T17:04:42.4392305+03:00;True|2023-04-30T16:23:01.5826648+03:00;True|2023-04-30T15:00:02.9830305+03:00;True|2023-04-30T14:03:45.3893635+03:00; + True|2023-04-30T16:55:16.6528554Z;True|2023-04-30T19:34:41.8602092+03:00;True|2023-04-30T19:28:59.1243309+03:00;True|2023-04-30T19:25:23.3398109+03:00;True|2023-04-30T19:15:46.1299215+03:00;True|2023-04-30T17:12:31.9743938+03:00;True|2023-04-30T17:04:42.4392305+03:00;True|2023-04-30T16:23:01.5826648+03:00;True|2023-04-30T15:00:02.9830305+03:00;True|2023-04-30T14:03:45.3893635+03:00; \ No newline at end of file