Rename projects to FileShare
This commit is contained in:
@@ -0,0 +1,12 @@
|
||||
using CommunityToolkit.Mvvm.ComponentModel;
|
||||
|
||||
namespace FileShare_PC.ViewModels
|
||||
{
|
||||
/// <summary>
|
||||
/// ViewModel 基类,继承自 CommunityToolkit.Mvvm 的 ObservableObject,
|
||||
/// 提供属性变更通知功能。
|
||||
/// </summary>
|
||||
public abstract class ViewModelBase : ObservableObject
|
||||
{
|
||||
}
|
||||
}
|
||||
Reference in New Issue
Block a user