Update AreaComAdminWindow

This commit is contained in:
2023-07-20 19:31:59 +02:00
parent df4e254305
commit cf1b1f7865
4 changed files with 170 additions and 357 deletions

View File

@ -15,5 +15,8 @@ namespace Elwig.Models {
[Column("active")]
public bool IsActive { get; set; }
public override string ToString() {
return Name;
}
}
}