[CHANGED] Static function for handling to callbacks

This commit is contained in:
Dogukan
2020-10-23 12:32:11 +02:00
parent f5d55ef405
commit 8d4f72c09d
3 changed files with 13 additions and 8 deletions

View File

@@ -6,7 +6,7 @@ using System.Text;
namespace Client
{
class Lobby : INotifyPropertyChanged
internal class Lobby : INotifyPropertyChanged
{
public event PropertyChangedEventHandler PropertyChanged;