Skip to content

Commit

Permalink
Abdal Shecan DNS
Browse files Browse the repository at this point in the history
  • Loading branch information
ebrasha committed Aug 20, 2024
1 parent 5080c85 commit f97abb9
Show file tree
Hide file tree
Showing 7 changed files with 15 additions and 6 deletions.
6 changes: 3 additions & 3 deletions Abdal Security Group App.csproj
Original file line number Diff line number Diff line change
Expand Up @@ -12,9 +12,9 @@
<ApplicationManifest>app.manifest</ApplicationManifest>
<AssemblyName>Abdal Shecan DNS</AssemblyName>
<Copyright>Programmer : Ebrahim Shafiei</Copyright>
<AssemblyVersion>1.15</AssemblyVersion>
<FileVersion>1.15</FileVersion>
<Version>1.15</Version>
<AssemblyVersion>1.16</AssemblyVersion>
<FileVersion>1.16</FileVersion>
<Version>1.16</Version>
</PropertyGroup>

<ItemGroup>
Expand Down
2 changes: 2 additions & 0 deletions Main.Designer.cs

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

4 changes: 4 additions & 0 deletions Main.cs
Original file line number Diff line number Diff line change
Expand Up @@ -640,6 +640,8 @@ private void btn_set_dhcp_Click(object sender, EventArgs e)

private void bgw_cloudflare_DoWork(object sender, DoWorkEventArgs e)
{
#region CFDns

switchIPUpdater.Value = false;
GlobalpUpdaterTimer.Instance.Stop();

Expand Down Expand Up @@ -699,6 +701,8 @@ private void bgw_cloudflare_DoWork(object sender, DoWorkEventArgs e)
radRichTextEditorResult.SelectionStart = radRichTextEditorResult.Text.Length;
radRichTextEditorResult.ScrollToCaret();
});

#endregion
}

private void tb_cf_g_dns_Click(object sender, EventArgs e)
Expand Down
3 changes: 3 additions & 0 deletions about_us.Designer.cs

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

2 changes: 1 addition & 1 deletion obj/Abdal Security Group App.csproj.nuget.dgspec.json
Original file line number Diff line number Diff line change
Expand Up @@ -5,7 +5,7 @@
},
"projects": {
"C:\\Users\\EbraSha\\Documents\\Github\\Abdal Shecan DNS\\Abdal Security Group App.csproj": {
"version": "1.15.0",
"version": "1.16.0",
"restore": {
"projectUniqueName": "C:\\Users\\EbraSha\\Documents\\Github\\Abdal Shecan DNS\\Abdal Security Group App.csproj",
"projectName": "Abdal Shecan DNS",
Expand Down
2 changes: 1 addition & 1 deletion obj/project.assets.json
Original file line number Diff line number Diff line change
Expand Up @@ -5045,7 +5045,7 @@
"C:\\Program Files (x86)\\Progress\\ToolboxNuGetPackages": {}
},
"project": {
"version": "1.15.0",
"version": "1.16.0",
"restore": {
"projectUniqueName": "C:\\Users\\EbraSha\\Documents\\Github\\Abdal Shecan DNS\\Abdal Security Group App.csproj",
"projectName": "Abdal Shecan DNS",
Expand Down
2 changes: 1 addition & 1 deletion obj/project.nuget.cache
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"version": 2,
"dgSpecHash": "Lj9UscQS098=",
"dgSpecHash": "4UZdJEWVhto=",
"success": true,
"projectFilePath": "C:\\Users\\EbraSha\\Documents\\Github\\Abdal Shecan DNS\\Abdal Security Group App.csproj",
"expectedPackageFiles": [
Expand Down

0 comments on commit f97abb9

Please sign in to comment.