mirror of
https://github.com/sourcegit-scm/sourcegit.git
synced 2025-02-03 03:21:25 -08:00
13 lines
203 B
C#
13 lines
203 B
C#
|
using Avalonia.Controls;
|
||
|
|
||
|
namespace SourceGit.Views
|
||
|
{
|
||
|
public partial class SetUpstream : UserControl
|
||
|
{
|
||
|
public SetUpstream()
|
||
|
{
|
||
|
InitializeComponent();
|
||
|
}
|
||
|
}
|
||
|
}
|