-
Notifications
You must be signed in to change notification settings - Fork 14
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
Merge pull request #34 from Scordo/dev/SilverlightAndWP7Removal
Removed support for Windows Phone 7 and Silverlight
- Loading branch information
Showing
164 changed files
with
168 additions
and
2,531 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -1,3 +1,2 @@ | ||
|
||
"C:\Program Files (x86)\MSBuild\14.0\Bin\MSBuild.exe" Deploy.target /target:Deploy /verbosity:m | ||
pause | ||
SET MS_BUILD="C:\Program Files (x86)\Microsoft Visual Studio\2017\Enterprise\MSBuild\15.0\Bin\MSBuild.exe" | ||
call %MS_BUILD% Deploy.target /target:Deploy /verbosity:m || pause |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
|
@@ -5,6 +5,7 @@ | |
using TS3QueryLib.Core.Common.Responses; | ||
using TS3QueryLib.Core.Communication; | ||
using TS3QueryLib.Core.Server; | ||
using TS3QueryLib.Core.Server.Entities; | ||
using TS3QueryLib.Core.Server.Responses; | ||
|
||
namespace Connect | ||
|
@@ -54,8 +55,17 @@ private void QueryDispatcher_ReadyForSendingCommands(object sender, System.Event | |
{ | ||
// you can only run commands on the queryrunner when this event has been raised first! | ||
QueryRunner = new QueryRunner(QueryDispatcher); | ||
|
||
VersionResponse versionResponse = QueryRunner.GetVersion(); | ||
SimpleResponse loginResponse = QueryRunner.Login("serveradmin", "RWkzzXu9"); | ||
This comment has been minimized.
Sorry, something went wrong.
This comment has been minimized.
Sorry, something went wrong.
Scordo
Author
Owner
|
||
SimpleResponse selectVirtualServerById = QueryRunner.SelectVirtualServerById(1); | ||
ChannelModification cm = new ChannelModification | ||
{ | ||
Name = "randomName", | ||
Description = "desc-test", | ||
IsPermanent = true | ||
}; | ||
var response = QueryRunner.CreateChannel(cm); | ||
|
||
VersionResponse versionResponse = QueryRunner.GetVersion(); | ||
|
||
if (versionResponse.IsErroneous) | ||
{ | ||
|
This file was deleted.
Oops, something went wrong.
This file was deleted.
Oops, something went wrong.
This file was deleted.
Oops, something went wrong.
This file was deleted.
Oops, something went wrong.
This file was deleted.
Oops, something went wrong.
Oops, something went wrong.
Hopefully this password isn't important...