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