重命名控件库
This commit is contained in:
@@ -68,7 +68,7 @@ public partial class FamilyLibraryViewModel : ObservableObject
|
||||
public partial bool ActiveSnackbar { get; set; }
|
||||
|
||||
[ObservableProperty]
|
||||
public partial NeoUI.Controls.Alert MessageQueue { get; set; } = new();
|
||||
public partial Melskin.Controls.Alert MessageQueue { get; set; } = new();
|
||||
|
||||
[ObservableProperty]
|
||||
public partial string Message { get; set; }
|
||||
@@ -428,7 +428,7 @@ public partial class FamilyLibraryViewModel : ObservableObject
|
||||
[RelayCommand]
|
||||
private void SelectPath()
|
||||
{
|
||||
var dialog = new NeoUI.Controls.VistaFolderBrowserDialog();
|
||||
var dialog = new Melskin.Controls.VistaFolderBrowserDialog();
|
||||
if (dialog.ShowDialog() == true)
|
||||
{
|
||||
try
|
||||
|
||||
Reference in New Issue
Block a user