现场程序优化
This commit is contained in:
@@ -32,5 +32,12 @@ namespace UIShare.UIViewModel
|
||||
get => _tag;
|
||||
set => SetProperty(ref _tag, value);
|
||||
}
|
||||
|
||||
private string? _tooltip;
|
||||
public string? Tooltip
|
||||
{
|
||||
get => _tooltip;
|
||||
set => SetProperty(ref _tooltip, value);
|
||||
}
|
||||
}
|
||||
}
|
||||
Reference in New Issue
Block a user