|
|
|
@ -7,8 +7,8 @@ using System.IO.Compression;
|
|
|
|
using System.Runtime.InteropServices;
|
|
|
|
using System.Runtime.InteropServices;
|
|
|
|
using System.Threading;
|
|
|
|
using System.Threading;
|
|
|
|
|
|
|
|
|
|
|
|
namespace AM2RPortHelper
|
|
|
|
namespace AM2RPortHelper;
|
|
|
|
{
|
|
|
|
|
|
|
|
internal static class Program
|
|
|
|
internal static class Program
|
|
|
|
{
|
|
|
|
{
|
|
|
|
private const string version = "1.3";
|
|
|
|
private const string version = "1.3";
|
|
|
|
@ -374,4 +374,3 @@ namespace AM2RPortHelper
|
|
|
|
picture.SaveAsPng(filePath);
|
|
|
|
picture.SaveAsPng(filePath);
|
|
|
|
}
|
|
|
|
}
|
|
|
|
}
|
|
|
|
}
|
|
|
|
}
|
|
|
|
|