mirror of
https://github.com/sourcegit-scm/sourcegit
synced 2025-05-24 21:54:59 +00:00
14 lines
219 B
C#
14 lines
219 B
C#
using Avalonia.Controls;
|
|
|
|
namespace SourceGit.Views
|
|
{
|
|
public partial class MoveRepositoryNode : UserControl
|
|
{
|
|
public MoveRepositoryNode()
|
|
{
|
|
InitializeComponent();
|
|
}
|
|
}
|
|
}
|
|
|
|
|