Fixed using Path = System.IO.Path

This commit is contained in:
ClemensFischer 2024-08-30 16:37:40 +02:00
parent 2bf9b81fac
commit 02e138eb7c
9 changed files with 9 additions and 7 deletions

View file

@ -2,6 +2,7 @@
// Copyright © 2024 Clemens Fischer
// Licensed under the Microsoft Public License (Ms-PL)
using Avalonia.Controls.Shapes;
using System.Collections.Generic;
using System.Globalization;
using System.Linq;