This commit is contained in:
chi
2020-12-02 16:22:40 +09:00
parent 1d7a24adbe
commit 0f44fbe9f8
18 changed files with 861 additions and 400 deletions

View File

@@ -46,11 +46,11 @@ namespace Project
private void Server_ClientConnected(Receiver receiver)
{
this.BeginInvoke(new Action(()=> {
var f = new Dialog.fChat(receiver);
f.Show();
f.Activate();
}));
//this.BeginInvoke(new Action(()=> {
// var f = new Dialog.fChat(receiver);
// f.Show();
// f.Activate();
//}));
}
private void FMain_FormClosed(object sender, FormClosedEventArgs e)