Skip to content

Commit

Permalink
релиз
Browse files Browse the repository at this point in the history
  • Loading branch information
hoplik committed Jan 20, 2022
1 parent 9a59178 commit 30724e3
Show file tree
Hide file tree
Showing 3 changed files with 8 additions and 27 deletions.
2 changes: 1 addition & 1 deletion FirehoseFinder.csproj
Original file line number Diff line number Diff line change
Expand Up @@ -15,7 +15,7 @@
<NuGetPackageImportStamp>
</NuGetPackageImportStamp>
<IsWebBootstrapper>true</IsWebBootstrapper>
<PublishUrl>C:\Users\serge\Desktop\Publishing\</PublishUrl>
<PublishUrl>ftp://fhf.mywebcommunity.org/fhf.mywebcommunity.org/</PublishUrl>
<Install>true</Install>
<InstallFrom>Web</InstallFrom>
<UpdateEnabled>true</UpdateEnabled>
Expand Down
33 changes: 7 additions & 26 deletions Form1.cs
Original file line number Diff line number Diff line change
Expand Up @@ -2492,18 +2492,10 @@ private void РеальноПодключённыеУстройстваToolStrip
if (реальноПодключённыеУстройстваToolStripMenuItem.Checked)
{
strfil = "Trust is Not Null";
if (устройстваСПрограммерамиToolStripMenuItem.Checked)
{
strfil += " AND Url is Not Null";
}
}
else
{
if (устройстваСПрограммерамиToolStripMenuItem.Checked)
{
strfil += " AND Url is Not Null";
}
if (!CollectionToolStripMenuItem.Checked) CollectionToolStripMenuItem.Checked=true;
if (устройстваСПрограммерамиToolStripMenuItem.Checked) strfil += " AND Url is Not Null";
}
else if (устройстваСПрограммерамиToolStripMenuItem.Checked) strfil += " AND Url is Not Null";
bindingSource_collection.Filter=strfil;
}

Expand All @@ -2512,22 +2504,11 @@ private void УстройстваСПрограммерамиToolStripMenuItem_C
string strfil = string.Format("Trust = '{0}'", "full trust");
if (устройстваСПрограммерамиToolStripMenuItem.Checked)
{
if (реальноПодключённыеУстройстваToolStripMenuItem.Checked)
{
strfil = "Trust is Not Null AND Url is Not Null";
}
else
{
strfil+=" AND Url is Not Null";
}
}
else
{
if (реальноПодключённыеУстройстваToolStripMenuItem.Checked)
{
strfil = "Trust is Not Null";
}
if (!CollectionToolStripMenuItem.Checked) CollectionToolStripMenuItem.Checked=true;
if (реальноПодключённыеУстройстваToolStripMenuItem.Checked) strfil = "Trust is Not Null AND Url is Not Null";
else strfil+=" AND Url is Not Null";
}
else if (реальноПодключённыеУстройстваToolStripMenuItem.Checked) strfil = "Trust is Not Null";
bindingSource_collection.Filter=strfil;
}
}
Expand Down
Binary file modified help_ru.pdf
Binary file not shown.

0 comments on commit 30724e3

Please sign in to comment.