Skip to content

Commit

Permalink
Run code cleanup
Browse files Browse the repository at this point in the history
  • Loading branch information
emako committed Mar 30, 2023
1 parent ecdd2e5 commit 9cd4166
Showing 1 changed file with 3 additions and 3 deletions.
6 changes: 3 additions & 3 deletions src/MicaSetup/ViewModels/Inst/MainViewModel.cs
Original file line number Diff line number Diff line change
Expand Up @@ -2,17 +2,17 @@
using CommunityToolkit.Mvvm.Input;
using MicaSetup.Controls;
using MicaSetup.Helper;
using MicaSetup.Services;
using MicaSetup.Shell.Dialogs;
using SharpCompress.Readers;
using System;
using System.IO;
using System.Threading.Tasks;
using System.Windows;
using System.Windows.Controls.Primitives;
using System.Windows.Media.Animation;
using MicaSetup.Shell.Dialogs;
using DialogResult = System.Windows.Forms.DialogResult;
using FolderBrowserDialog = System.Windows.Forms.FolderBrowserDialog;
using MicaSetup.Services;
using SharpCompress.Readers;

namespace MicaSetup.ViewModels;

Expand Down

0 comments on commit 9cd4166

Please sign in to comment.