[Modify] Polish it

This commit is contained in:
sta 2022-01-28 20:24:13 +09:00
parent 750c71e1be
commit 468119790c

View File

@ -60,6 +60,11 @@ namespace Example3
protected override void OnOpen ()
{
_name = getName ();
var fmt = "{0} has logged in!";
var msg = String.Format (fmt, _name);
Sessions.Broadcast (msg);
}
}
}