mirror of
https://git.naxdy.org/Mirror/Ryujinx.git
synced 2025-03-14 20:00:17 +00:00
Use block namespaces
This commit is contained in:
parent
e629a383d4
commit
50a2876f7b
3 changed files with 101 additions and 98 deletions
|
@ -1,8 +1,9 @@
|
||||||
using Ryujinx.Ava.UI.ViewModels;
|
using Ryujinx.Ava.UI.ViewModels;
|
||||||
|
|
||||||
namespace Ryujinx.Ava.UI.Models;
|
namespace Ryujinx.Ava.UI.Models
|
||||||
|
{
|
||||||
public class AddModel : BaseModel
|
public class AddModel : BaseModel
|
||||||
{
|
{
|
||||||
|
|
||||||
}
|
}
|
||||||
|
}
|
|
@ -1,5 +1,5 @@
|
||||||
namespace Ryujinx.Ava.UI.ViewModels;
|
namespace Ryujinx.Ava.UI.ViewModels
|
||||||
|
{
|
||||||
internal class UserProfileImageSelectorViewModel : BaseModel
|
internal class UserProfileImageSelectorViewModel : BaseModel
|
||||||
{
|
{
|
||||||
private bool _firmwareFound;
|
private bool _firmwareFound;
|
||||||
|
@ -15,3 +15,4 @@ internal class UserProfileImageSelectorViewModel : BaseModel
|
||||||
}
|
}
|
||||||
}
|
}
|
||||||
}
|
}
|
||||||
|
}
|
|
@ -5,8 +5,8 @@ using System;
|
||||||
using System.Collections.Generic;
|
using System.Collections.Generic;
|
||||||
using System.Collections.ObjectModel;
|
using System.Collections.ObjectModel;
|
||||||
|
|
||||||
namespace Ryujinx.Ava.UI.ViewModels;
|
namespace Ryujinx.Ava.UI.ViewModels
|
||||||
|
{
|
||||||
public class UserSaveManagerViewModel : BaseModel
|
public class UserSaveManagerViewModel : BaseModel
|
||||||
{
|
{
|
||||||
private int _sortIndex;
|
private int _sortIndex;
|
||||||
|
@ -109,3 +109,4 @@ public class UserSaveManagerViewModel : BaseModel
|
||||||
}
|
}
|
||||||
}
|
}
|
||||||
}
|
}
|
||||||
|
}
|
Loading…
Reference in a new issue