Compare commits
40 Commits
0ef2158859
...
c00e4c6a01
| Author | SHA1 | Date | |
|---|---|---|---|
|
|
c00e4c6a01 | ||
|
|
125c908ef8 | ||
|
|
ebaf831be7 | ||
|
|
1daaa52c36 | ||
|
|
ba4d0b619e | ||
|
|
31ffe86f04 | ||
|
|
fd5cb984e2 | ||
|
|
f55c4a2b70 | ||
|
|
ac67ff38c6 | ||
|
|
5c4b4373d6 | ||
|
|
4c0413e7d8 | ||
|
|
5ce1316245 | ||
|
|
c3daaf8b00 | ||
|
|
9141efd55a | ||
|
|
179ce2b1bb | ||
|
|
59d4827965 | ||
|
|
0d76ec30e2 | ||
|
|
a8a07f44c3 | ||
|
|
3cf0197672 | ||
|
|
43d8b2919c | ||
|
|
7286b211bf | ||
|
|
c00a7ff379 | ||
|
|
b12d3f3f4f | ||
|
|
e27141e013 | ||
|
|
a953d34122 | ||
|
|
eeea238398 | ||
|
|
7e5883d761 | ||
|
|
fb098db63d | ||
|
|
1b3d133657 | ||
|
|
e1ea49bf71 | ||
|
|
92bc795aff | ||
|
|
55bd72b467 | ||
|
|
ea81547540 | ||
|
|
e2de9f5917 | ||
|
|
6f2c442e94 | ||
|
|
b42a2f9728 | ||
|
|
05e3e9e0c4 | ||
|
|
e6e5bee4ef | ||
|
|
0f305a216e | ||
|
|
7135486810 |
@@ -5,14 +5,7 @@ using System.Net;
|
|||||||
using SocketIOSharp.Server;
|
using SocketIOSharp.Server;
|
||||||
using SocketIOSharp.Server.Client;
|
using SocketIOSharp.Server.Client;
|
||||||
using PolyChat.Models;
|
using PolyChat.Models;
|
||||||
using System.IO;
|
|
||||||
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
|
||||||
{
|
{
|
||||||
@@ -37,7 +30,6 @@ namespace PolyChat
|
|||||||
{
|
{
|
||||||
UIController = uiController;
|
UIController = uiController;
|
||||||
fileManager = new FileManager(this);
|
fileManager = new FileManager(this);
|
||||||
//OwnIP = getIP();
|
|
||||||
fileManager.loadChats();
|
fileManager.loadChats();
|
||||||
Serve();
|
Serve();
|
||||||
|
|
||||||
|
|||||||
Reference in New Issue
Block a user