mirror of
https://github.com/Tyrrrz/DiscordChatExporter.git
synced 2025-05-23 19:26:57 -04:00
Move UpdateService to GUI project
This commit is contained in:
parent
afb9f52221
commit
ab0ce478db
3 changed files with 4 additions and 1 deletions
|
@ -63,6 +63,7 @@
|
||||||
<Compile Include="Converters\DateTimeOffsetToDateTimeConverter.cs" />
|
<Compile Include="Converters\DateTimeOffsetToDateTimeConverter.cs" />
|
||||||
<Compile Include="Converters\ExportFormatToStringConverter.cs" />
|
<Compile Include="Converters\ExportFormatToStringConverter.cs" />
|
||||||
<Compile Include="Converters\InverseBoolConverter.cs" />
|
<Compile Include="Converters\InverseBoolConverter.cs" />
|
||||||
|
<Compile Include="Services\UpdateService.cs" />
|
||||||
<Compile Include="ViewModels\Components\ChannelViewModel.cs" />
|
<Compile Include="ViewModels\Components\ChannelViewModel.cs" />
|
||||||
<Compile Include="ViewModels\Components\GuildViewModel.cs" />
|
<Compile Include="ViewModels\Components\GuildViewModel.cs" />
|
||||||
<Compile Include="ViewModels\Dialogs\ExportSetupViewModel.cs" />
|
<Compile Include="ViewModels\Dialogs\ExportSetupViewModel.cs" />
|
||||||
|
|
|
@ -1,10 +1,11 @@
|
||||||
using System;
|
using System;
|
||||||
using System.Threading.Tasks;
|
using System.Threading.Tasks;
|
||||||
|
using DiscordChatExporter.Core.Services;
|
||||||
using Onova;
|
using Onova;
|
||||||
using Onova.Exceptions;
|
using Onova.Exceptions;
|
||||||
using Onova.Services;
|
using Onova.Services;
|
||||||
|
|
||||||
namespace DiscordChatExporter.Core.Services
|
namespace DiscordChatExporter.Gui.Services
|
||||||
{
|
{
|
||||||
public class UpdateService : IDisposable
|
public class UpdateService : IDisposable
|
||||||
{
|
{
|
|
@ -8,6 +8,7 @@ using DiscordChatExporter.Core.Models;
|
||||||
using DiscordChatExporter.Core.Services;
|
using DiscordChatExporter.Core.Services;
|
||||||
using DiscordChatExporter.Core.Services.Exceptions;
|
using DiscordChatExporter.Core.Services.Exceptions;
|
||||||
using DiscordChatExporter.Core.Services.Helpers;
|
using DiscordChatExporter.Core.Services.Helpers;
|
||||||
|
using DiscordChatExporter.Gui.Services;
|
||||||
using DiscordChatExporter.Gui.ViewModels.Components;
|
using DiscordChatExporter.Gui.ViewModels.Components;
|
||||||
using DiscordChatExporter.Gui.ViewModels.Framework;
|
using DiscordChatExporter.Gui.ViewModels.Framework;
|
||||||
using Gress;
|
using Gress;
|
||||||
|
|
Loading…
Add table
Add a link
Reference in a new issue