From cbaa346f57c95715afed8bbce8c4c9b44b220b0d Mon Sep 17 00:00:00 2001 From: Nick Proud Date: Sat, 15 Jul 2023 18:59:53 +0100 Subject: [PATCH] Bringing develop up to date --- .idea/.idea.EasyTCP/.idea/.gitignore | 13 +++++++++++++ .idea/.idea.EasyTCP/.idea/.name | 1 + .idea/.idea.EasyTCP/.idea/encodings.xml | 4 ++++ .idea/.idea.EasyTCP/.idea/indexLayout.xml | 8 ++++++++ .idea/.idea.EasyTCP/.idea/vcs.xml | 6 ++++++ DataReceivedArgs.cs | 1 + 6 files changed, 33 insertions(+) create mode 100644 .idea/.idea.EasyTCP/.idea/.gitignore create mode 100644 .idea/.idea.EasyTCP/.idea/.name create mode 100644 .idea/.idea.EasyTCP/.idea/encodings.xml create mode 100644 .idea/.idea.EasyTCP/.idea/indexLayout.xml create mode 100644 .idea/.idea.EasyTCP/.idea/vcs.xml diff --git a/.idea/.idea.EasyTCP/.idea/.gitignore b/.idea/.idea.EasyTCP/.idea/.gitignore new file mode 100644 index 0000000..954566f --- /dev/null +++ b/.idea/.idea.EasyTCP/.idea/.gitignore @@ -0,0 +1,13 @@ +# Default ignored files +/shelf/ +/workspace.xml +# Rider ignored files +/.idea.EasyTCP.iml +/modules.xml +/projectSettingsUpdater.xml +/contentModel.xml +# Editor-based HTTP Client requests +/httpRequests/ +# Datasource local storage ignored files +/dataSources/ +/dataSources.local.xml diff --git a/.idea/.idea.EasyTCP/.idea/.name b/.idea/.idea.EasyTCP/.idea/.name new file mode 100644 index 0000000..f01e1b7 --- /dev/null +++ b/.idea/.idea.EasyTCP/.idea/.name @@ -0,0 +1 @@ +EasyTCP \ No newline at end of file diff --git a/.idea/.idea.EasyTCP/.idea/encodings.xml b/.idea/.idea.EasyTCP/.idea/encodings.xml new file mode 100644 index 0000000..df87cf9 --- /dev/null +++ b/.idea/.idea.EasyTCP/.idea/encodings.xml @@ -0,0 +1,4 @@ + + + + \ No newline at end of file diff --git a/.idea/.idea.EasyTCP/.idea/indexLayout.xml b/.idea/.idea.EasyTCP/.idea/indexLayout.xml new file mode 100644 index 0000000..7b08163 --- /dev/null +++ b/.idea/.idea.EasyTCP/.idea/indexLayout.xml @@ -0,0 +1,8 @@ + + + + + + + + \ No newline at end of file diff --git a/.idea/.idea.EasyTCP/.idea/vcs.xml b/.idea/.idea.EasyTCP/.idea/vcs.xml new file mode 100644 index 0000000..35eb1dd --- /dev/null +++ b/.idea/.idea.EasyTCP/.idea/vcs.xml @@ -0,0 +1,6 @@ + + + + + + \ No newline at end of file diff --git a/DataReceivedArgs.cs b/DataReceivedArgs.cs index 287e267..1d51a91 100644 --- a/DataReceivedArgs.cs +++ b/DataReceivedArgs.cs @@ -1,5 +1,6 @@  using System; +using System.Linq; namespace EasyTCP {