Skip to content

Commit

Permalink
Merge pull request #48 from RapidScada/develop
Browse files Browse the repository at this point in the history
Merge Develop to Master
  • Loading branch information
2mik authored Apr 2, 2023
2 parents 7987b50 + 04443ec commit 9c64af6
Show file tree
Hide file tree
Showing 44 changed files with 684 additions and 595 deletions.
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
<?xml version="1.0" encoding="utf-8"?>
<TelegramDeviceConfig>
<BotToken>xxx</BotToken>
<BotToken>BE9876390BA068A080E28AC328C935CD</BotToken>
<Subscriptions>
<Subscription chatID="-701200758" name="RS_WB_Demo_Group" />
</Subscriptions>
Expand Down

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

Original file line number Diff line number Diff line change
Expand Up @@ -38,7 +38,7 @@ private void SetColumnNames()
colOptionName.Name = nameof(colOptionName);
colOptionValue.Name = nameof(colOptionValue);
}

/// <summary>
/// Enables or disables the controls.
/// </summary>
Expand Down
Loading

0 comments on commit 9c64af6

Please sign in to comment.