sourcegit/src/Views/ExecuteCustomAction.axaml.cs
leo a36058ec51
feature: supports custom actions (#638)
Signed-off-by: leo <longshuang@msn.cn>
2024-11-01 17:23:31 +08:00

12 lines
219 B
C#

using Avalonia.Controls;
namespace SourceGit.Views
{
public partial class ExecuteCustomAction : UserControl
{
public ExecuteCustomAction()
{
InitializeComponent();
}
}
}