merge master
This commit is contained in:
@@ -2,17 +2,10 @@
|
|||||||
using System.Diagnostics;
|
using System.Diagnostics;
|
||||||
using Newtonsoft.Json.Linq;
|
using Newtonsoft.Json.Linq;
|
||||||
using System.Net;
|
using System.Net;
|
||||||
using PolyChat.Models;
|
|
||||||
using SocketIOSharp.Server;
|
using SocketIOSharp.Server;
|
||||||
using SocketIOSharp.Server.Client;
|
using SocketIOSharp.Server.Client;
|
||||||
using System.IO;
|
using PolyChat.Models;
|
||||||
using System.Threading;
|
|
||||||
using System;
|
using System;
|
||||||
using System.Text;
|
|
||||||
using System.Security.Cryptography;
|
|
||||||
using Windows.Security.Cryptography.Core;
|
|
||||||
using Windows.Security.Cryptography;
|
|
||||||
using Windows.Storage.Streams;
|
|
||||||
|
|
||||||
namespace PolyChat
|
namespace PolyChat
|
||||||
{
|
{
|
||||||
|
|||||||
@@ -34,8 +34,6 @@ namespace PolyChat.Views
|
|||||||
// TODO: use event handlers and asign actions here
|
// TODO: use event handlers and asign actions here
|
||||||
Primary = primary.Action;
|
Primary = primary.Action;
|
||||||
Secondary = secondary.Action;
|
Secondary = secondary.Action;
|
||||||
// show
|
|
||||||
MainPage.SafelyOpenDialog(this);
|
|
||||||
RequestedTheme = MainPage.GetTheme();
|
RequestedTheme = MainPage.GetTheme();
|
||||||
}
|
}
|
||||||
|
|
||||||
|
|||||||
Reference in New Issue
Block a user