Skip to content

Commit

Permalink
Мелкие правки
Browse files Browse the repository at this point in the history
  • Loading branch information
hoplik committed May 25, 2024
1 parent ccd507f commit ea0d4e5
Show file tree
Hide file tree
Showing 3 changed files with 8 additions and 7 deletions.
7 changes: 4 additions & 3 deletions FirehoseFinder.csproj
Original file line number Diff line number Diff line change
Expand Up @@ -14,17 +14,18 @@
<Deterministic>true</Deterministic>
<NuGetPackageImportStamp>
</NuGetPackageImportStamp>
<IsWebBootstrapper>false</IsWebBootstrapper>
<PublishUrl>ftp://fhf.mywebcommunity.org/fhf.mywebcommunity.org/</PublishUrl>
<IsWebBootstrapper>true</IsWebBootstrapper>
<PublishUrl>C:\Users\hoplik\OneDrive\Рабочий стол\Publishing\</PublishUrl>
<Install>true</Install>
<InstallFrom>Disk</InstallFrom>
<InstallFrom>Web</InstallFrom>
<UpdateEnabled>true</UpdateEnabled>
<UpdateMode>Background</UpdateMode>
<UpdateInterval>7</UpdateInterval>
<UpdateIntervalUnits>Days</UpdateIntervalUnits>
<UpdatePeriodically>false</UpdatePeriodically>
<UpdateRequired>true</UpdateRequired>
<MapFileExtensions>true</MapFileExtensions>
<InstallUrl>http://fhf.mywebcommunity.org/</InstallUrl>
<UpdateUrl>http://fhf.mywebcommunity.org/</UpdateUrl>
<SupportUrl>https://github.com/hoplik/Firehose-Finder/</SupportUrl>
<ErrorReportUrl>https://github.com/hoplik/Firehose-Finder/issues</ErrorReportUrl>
Expand Down
6 changes: 3 additions & 3 deletions Forms/Form1.cs
Original file line number Diff line number Diff line change
Expand Up @@ -26,12 +26,12 @@ namespace FirehoseFinder
{
public partial class Formfhf : Form
{
Func func = new Func(); //Подключили функции
Guide guide = new Guide(); //Подключили справочник
private readonly Func func = new Func(); //Подключили функции
private readonly Guide guide = new Guide(); //Подключили справочник
bool waitSahara = false; //Ждём ли мы автоперезагрузку с получением ID Sahara
bool FHAlreadyLoaded = false; //Был ли успешно загружен программер (не надо грузить повторно)
bool NeedReset = false; //Требуется ли перезагрузка устройства после работы с Сахарой
Flash_Disk flash_start = new Flash_Disk(0, 0, 1);
private readonly Flash_Disk flash_start = new Flash_Disk(0, 0, 1);
internal Flash_Disk[] Flash_Params = new Flash_Disk[1];
internal DeviceData Global_ADB_Device = new DeviceData();
internal string Global_FB_Device = string.Empty;
Expand Down
2 changes: 1 addition & 1 deletion Func.cs
Original file line number Diff line number Diff line change
Expand Up @@ -15,7 +15,7 @@ namespace FirehoseFinder
{
class Func
{
ResourceManager LocRes = new ResourceManager("FirehoseFinder.Properties.Resources", typeof(Formfhf).Assembly);
private readonly ResourceManager LocRes = new ResourceManager("FirehoseFinder.Properties.Resources", typeof(Formfhf).Assembly);

/// <summary>
/// Система исчисления, применяемая к строке знаков
Expand Down

0 comments on commit ea0d4e5

Please sign in to comment.