mirror of
https://github.com/ClemensFischer/XAML-Map-Control.git
synced 2026-04-08 16:05:50 +00:00
Removed partial declarations
This commit is contained in:
parent
96513468d8
commit
c594727711
16 changed files with 22 additions and 23 deletions
|
|
@ -3,7 +3,7 @@ using System.Linq;
|
|||
|
||||
namespace MapControl
|
||||
{
|
||||
public partial class ImageTileList : List<ImageTile>
|
||||
public class ImageTileList : List<ImageTile>
|
||||
{
|
||||
/// <summary>
|
||||
/// Adds existing ImageTile from the source collection or newly created ImageTile to fill the specified tile matrix.
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue