Skip to content

Commit

Permalink
Добавлен программер
Browse files Browse the repository at this point in the history
  • Loading branch information
hoplik committed Aug 16, 2024
1 parent 88c654f commit 3f6fa5d
Show file tree
Hide file tree
Showing 4 changed files with 3 additions and 4 deletions.
2 changes: 1 addition & 1 deletion FirehoseFinder.csproj
Original file line number Diff line number Diff line change
Expand Up @@ -38,7 +38,7 @@
<OpenBrowserOnPublish>false</OpenBrowserOnPublish>
<AutorunEnabled>true</AutorunEnabled>
<ApplicationRevision>0</ApplicationRevision>
<ApplicationVersion>24.8.13.0</ApplicationVersion>
<ApplicationVersion>24.8.14.0</ApplicationVersion>
<UseApplicationTrust>false</UseApplicationTrust>
<CreateDesktopShortcut>true</CreateDesktopShortcut>
<PublishWizardCompleted>true</PublishWizardCompleted>
Expand Down
2 changes: 1 addition & 1 deletion Forms/Form1.cs
Original file line number Diff line number Diff line change
Expand Up @@ -132,8 +132,8 @@ private void Formfhf_Load(object sender, EventArgs e)
catch (WebException ex) //При отсутствии инета
{
textBox_soft_term.AppendText(ex.Message + Environment.NewLine + ex.StackTrace + Environment.NewLine);
Settings.Default.update_db = false;
}

}
//Загружаем Справочник устройств
dataSet1.ReadXml("ForFilter.xml", XmlReadMode.ReadSchema);
Expand Down
3 changes: 1 addition & 2 deletions Guide.cs
Original file line number Diff line number Diff line change
Expand Up @@ -193,8 +193,7 @@ internal enum ELF_AArch : byte
/// </summary>
internal readonly List<Users_Rating> users_rate = new List<Users_Rating>(3)
{
new Users_Rating ("Mula Taborova (mutabor) - test", user_mess:3, user_reactions:4, last_post_date: new DateTime(2024,12,26)),
new Users_Rating ("Pedro Gonzales (pedrogon) - test", user_mess:2, user_reactions:3, last_post_date: new DateTime(2024,7,12)),
new Users_Rating ("ⓢⓘⓕⓐⓝ (sifansaeed)", user_mess:1, user_reactions:1, last_post_date: new DateTime(2025,2,14)),
new Users_Rating ("Александр Сергеев (hoplik)", user_mess:2, user_reactions:5, last_post_date: new DateTime(2025,1,4)),
};
}
Expand Down
Binary file not shown.

0 comments on commit 3f6fa5d

Please sign in to comment.