From 6e13b1f1fd9ba66820f84140892b0752676215ad Mon Sep 17 00:00:00 2001 From: Gaev Kirill Date: Mon, 23 Mar 2020 15:51:18 +0500 Subject: [PATCH] v0.2.2.8 --- TS SE Tool/MethodsReadWrite.cs | 10 +++------- TS SE Tool/Properties/AssemblyInfo.cs | 2 +- 2 files changed, 4 insertions(+), 8 deletions(-) diff --git a/TS SE Tool/MethodsReadWrite.cs b/TS SE Tool/MethodsReadWrite.cs index 70918a2..280813b 100644 --- a/TS SE Tool/MethodsReadWrite.cs +++ b/TS SE Tool/MethodsReadWrite.cs @@ -889,15 +889,11 @@ private void LoadSaveFile() ToggleControlsAccess(false); } else if (tempInfoFileInMemory != null) - { - //LastModifiedTimestamp = File.GetLastWriteTime(SiiInfoPath); - //textBoxDynamic.Text += LastModifiedTimestamp.ToString(); - + { CheckSaveInfoData(); - SavefileInfoData InfoData = new SavefileInfoData(); - InfoData.PrepareInfo(tempInfoFileInMemory); - + //SavefileInfoData InfoData = new SavefileInfoData(); + //InfoData.PrepareInfo(tempInfoFileInMemory); } } diff --git a/TS SE Tool/Properties/AssemblyInfo.cs b/TS SE Tool/Properties/AssemblyInfo.cs index 085a935..116618b 100644 --- a/TS SE Tool/Properties/AssemblyInfo.cs +++ b/TS SE Tool/Properties/AssemblyInfo.cs @@ -47,5 +47,5 @@ limitations under the License. // You can specify all the values or you can default the Build and Revision Numbers // by using the '*' as shown below: // [assembly: AssemblyVersion("1.0.*")] -[assembly: AssemblyVersion("0.2.2.7")] +[assembly: AssemblyVersion("0.2.2.8")] [assembly: AssemblyFileVersion("0.0.1.0")]