mirror of
https://github.com/sourcegit-scm/sourcegit
synced 2025-05-21 12:15:00 +00:00
12 lines
195 B
C#
12 lines
195 B
C#
using Avalonia.Controls;
|
|
|
|
namespace SourceGit.Views
|
|
{
|
|
public partial class LFSPull : UserControl
|
|
{
|
|
public LFSPull()
|
|
{
|
|
InitializeComponent();
|
|
}
|
|
}
|
|
}
|