mirror of
https://github.com/sourcegit-scm/sourcegit
synced 2025-05-22 12:45:00 +00:00
12 lines
No EOL
196 B
C#
12 lines
No EOL
196 B
C#
using Avalonia.Controls;
|
|
|
|
namespace SourceGit.Views
|
|
{
|
|
public partial class Checkout : UserControl
|
|
{
|
|
public Checkout()
|
|
{
|
|
InitializeComponent();
|
|
}
|
|
}
|
|
} |