Changed Git Submodules

This commit is contained in:
TheJoKlLa 2022-05-10 23:50:04 +02:00
parent ad720e7503
commit a9a3f9c545
3 changed files with 3 additions and 2 deletions

2
.gitmodules vendored
View File

@ -16,5 +16,5 @@
[submodule "external/capnproto-dotnetcore"] [submodule "external/capnproto-dotnetcore"]
path = external/capnproto-dotnetcore path = external/capnproto-dotnetcore
url = https://github.com/FabInfra/capnproto-dotnetcore_Runtime.git url = https://github.com/FabInfra/capnproto-dotnetcore_Runtime.git
branch = main branch = master
ignore = all ignore = all

View File

@ -14,6 +14,7 @@ namespace FabAccessAPI
} }
#endregion #endregion
#region Events #region Events
public event EventHandler<ConnectionStatusChange> ConnectionStatusChanged; public event EventHandler<ConnectionStatusChange> ConnectionStatusChanged;
#endregion #endregion

@ -1 +1 @@
Subproject commit f1fa0246130ff81abc2791b2c1a60b8b020257f7 Subproject commit 19f20f5154f0eced6288ff56cac840025ee51da1