mirror of
https://github.com/aaru-dps/Aaru.git
synced 2025-12-16 19:24:25 +00:00
Adjust namespaces.
This commit is contained in:
@@ -6,18 +6,18 @@ using System.Reactive;
|
||||
using System.Reflection;
|
||||
using Aaru.CommonTypes.Interop;
|
||||
using Aaru.Console;
|
||||
using Aaru.Gui.Views;
|
||||
using Aaru.Gui.Views.Dialogs;
|
||||
using Avalonia.Controls;
|
||||
using ReactiveUI;
|
||||
using PlatformID = Aaru.CommonTypes.Interop.PlatformID;
|
||||
using Version = Aaru.CommonTypes.Interop.Version;
|
||||
|
||||
namespace Aaru.Gui.ViewModels
|
||||
namespace Aaru.Gui.ViewModels.Dialogs
|
||||
{
|
||||
public class ConsoleWindowViewModel : ViewModelBase
|
||||
{
|
||||
bool _debugChecked;
|
||||
readonly ConsoleWindow _view;
|
||||
bool _debugChecked;
|
||||
|
||||
public ConsoleWindowViewModel(ConsoleWindow view)
|
||||
{
|
||||
|
||||
Reference in New Issue
Block a user