Clean up some using statements

This commit is contained in:
2026-04-21 11:13:05 +09:00
parent 69a885ff57
commit c3d6c0c846
4 changed files with 1 additions and 27 deletions
@@ -1,22 +1,4 @@
#nullable enable
using System;
using System.Collections.ObjectModel;
using System.Globalization;
using System.IO;
using System.Linq;
using System.Threading.Tasks;
using Avalonia.Platform.Storage;
using Avalonia.Themes.Fluent;
using DialogHostAvalonia;
using ImageMagick;
using MigraDoc.DocumentObjectModel;
using MigraDoc.Rendering;
using PdfSharp.Fonts;
using PdfSharp.Pdf.IO;
using PdfSharp.Snippets.Font;
using MayShow.Interfaces;
using MayShow.Models;
namespace MayShow.ViewModels;
@@ -1,9 +1,5 @@
using Avalonia.Controls;
using MayShow.Helpers;
using MayShow.Helpers;
using MayShow.Interfaces;
using System;
using System.Collections.Generic;
using System.Text;
namespace MayShow.ViewModels;
@@ -1,5 +1,3 @@
#nullable enable
using DialogHostAvalonia;
using MayShow.Helpers;
@@ -1,5 +1,3 @@
#nullable enable
using System;
using System.Collections.ObjectModel;
using System.IO;