project
This commit is contained in:
@@ -0,0 +1,14 @@
|
||||
using TheXamlGuy.TaskbarGroup.Core;
|
||||
|
||||
namespace TheXamlGuy.TaskbarGroup.Flyout
|
||||
{
|
||||
public sealed partial class TaskbarButtonView : IBindViewModel<TaskbarButtonViewModel>
|
||||
{
|
||||
public TaskbarButtonView()
|
||||
{
|
||||
InitializeComponent();
|
||||
}
|
||||
|
||||
public TaskbarButtonViewModel ViewModel { get; set; }
|
||||
}
|
||||
}
|
||||
Reference in New Issue
Block a user