Browse Source

старый ПИВ последний коммит

20230823
Денис Кузнецов 3 years ago
parent
commit
7b4ef9b06e
  1. 6
      udplib.cs

6
udplib.cs

@ -238,9 +238,9 @@ namespace UDPLIB
} }
catch (Exception) catch (Exception)
{ {
using (StreamWriter sw = new StreamWriter(System.IO.File.OpenWrite("grav01.log"))) using (StreamWriter sw = new StreamWriter(System.IO.File.OpenWrite("udplib.log")))
{ {
sw.WriteLine(DateTime.Now.ToString("HH:mm:ss:fff ") + "Error dll process"); sw.WriteLine(DateTime.Now.ToString("HH:mm:ss:fff ") + "Error lib process");
} }
} }
} }
@ -523,7 +523,7 @@ namespace UDPLIB
{ {
get get
{ {
return "1.1.0.253"; return "1.0.3.114";
// return Assembly.GetExecutingAssembly().GetName().Version.ToString(); // return Assembly.GetExecutingAssembly().GetName().Version.ToString();
} }
} }

Loading…
Cancel
Save