mirror of
https://fastgit.cc/github.com/sourcegit-scm/sourcegit
synced 2026-04-25 03:12:21 +08:00
15 lines
219 B
C#
15 lines
219 B
C#
using Avalonia.Controls;
|
|
|
|
namespace SourceGit.Views
|
|
{
|
|
public partial class MoveRepositoryNode : UserControl
|
|
{
|
|
public MoveRepositoryNode()
|
|
{
|
|
InitializeComponent();
|
|
}
|
|
}
|
|
}
|
|
|
|
|