mirror of
https://github.com/ClemensFischer/XAML-Map-Control.git
synced 2026-04-08 16:05:50 +00:00
Compound assignments
This commit is contained in:
parent
0478b605b1
commit
e5f7a8d8c5
8 changed files with 13 additions and 10 deletions
|
|
@ -8,7 +8,7 @@ namespace MapControl
|
|||
|
||||
public static MapProjectionFactory Instance
|
||||
{
|
||||
get => instance ?? (instance = new MapProjectionFactory());
|
||||
get => instance ??= new MapProjectionFactory();
|
||||
set => instance = value;
|
||||
}
|
||||
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue