mirror of
https://github.com/2dust/v2rayN.git
synced 2025-10-28 02:52:53 +00:00
Compare commits
1 commit
3821750462
...
42e0c7bb3f
| Author | SHA1 | Date | |
|---|---|---|---|
|
|
42e0c7bb3f |
1 changed files with 2 additions and 2 deletions
|
|
@ -3,13 +3,13 @@ using Avalonia;
|
||||||
using Avalonia.Controls;
|
using Avalonia.Controls;
|
||||||
using Avalonia.Input;
|
using Avalonia.Input;
|
||||||
using Avalonia.Interactivity;
|
using Avalonia.Interactivity;
|
||||||
|
using Avalonia.ReactiveUI;
|
||||||
using Avalonia.VisualTree;
|
using Avalonia.VisualTree;
|
||||||
using ReactiveUI;
|
using ReactiveUI;
|
||||||
using v2rayN.Desktop.Base;
|
|
||||||
|
|
||||||
namespace v2rayN.Desktop.Views;
|
namespace v2rayN.Desktop.Views;
|
||||||
|
|
||||||
public partial class ProfilesSelectWindow : WindowBase<ProfilesSelectViewModel>
|
public partial class ProfilesSelectWindow : ReactiveWindow<ProfilesSelectViewModel>
|
||||||
{
|
{
|
||||||
private static Config _config;
|
private static Config _config;
|
||||||
|
|
||||||
|
|
|
||||||
Loading…
Reference in a new issue