mirror of
https://github.com/sourcegit-scm/sourcegit.git
synced 2024-12-27 21:27:19 -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();
|
||
|
}
|
||
|
}
|
||
|
}
|
||
|
|
||
|
|