Rename projects to FileShare
This commit is contained in:
@@ -0,0 +1,13 @@
|
||||
namespace FileShare_PC.ViewModels
|
||||
{
|
||||
/// <summary>
|
||||
/// 主窗口的 ViewModel,提供问候语等绑定属性。
|
||||
/// </summary>
|
||||
public partial class MainWindowViewModel : ViewModelBase
|
||||
{
|
||||
/// <summary>
|
||||
/// 获取问候语文本。
|
||||
/// </summary>
|
||||
public string Greeting { get; } = "Welcome to FileShare!";
|
||||
}
|
||||
}
|
||||
Reference in New Issue
Block a user