Restored partial declarations for CsWinRT1028

This commit is contained in:
ClemensFischer 2026-01-30 08:14:45 +01:00
parent 359cbe8908
commit 4fa2470739
16 changed files with 20 additions and 20 deletions

View file

@ -13,7 +13,7 @@ namespace MapControl
#else
[System.ComponentModel.TypeConverter(typeof(LocationCollectionConverter))]
#endif
public class LocationCollection : List<Location>
public partial class LocationCollection : List<Location>
{
public LocationCollection()
{