feat: add events for drop and chat message

This commit is contained in:
k0t9i
2023-01-31 16:14:13 +04:00
parent 31febdd341
commit d2b20e0666
15 changed files with 101 additions and 69 deletions

View File

@@ -62,8 +62,8 @@ namespace Client.Domain.Entities
{
Id = id;
Transform = transform;
FullName = fullName;
Phenotype = phenotype;
this.fullName = FullName = fullName;
this.phenotype = Phenotype = phenotype;
}
private void Phenotype_PropertyChanged(object? sender, PropertyChangedEventArgs e)