[Modify] Polish it

This commit is contained in:
sta 2022-01-21 19:41:10 +09:00
parent 728f13d1de
commit a135180ecf

View File

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