Implemented gif exportation and added some style (again)
This commit is contained in:
@@ -16,7 +16,7 @@ public partial class App : Application
|
||||
{
|
||||
base.OnStartup(e);
|
||||
|
||||
var viewModel = new MainViewModel(new ResizeService());
|
||||
var viewModel = new MainViewModel(new GifService());
|
||||
var mainWindow = new MainWindow(viewModel);
|
||||
|
||||
mainWindow.Show();
|
||||
|
||||
Reference in New Issue
Block a user