mirror of
https://fastgit.cc/github.com/sourcegit-scm/sourcegit
synced 2026-04-23 18:30:34 +08:00
10 lines
221 B
C#
10 lines
221 B
C#
using Avalonia.Controls;
|
|
|
|
namespace SourceGit.Views {
|
|
public partial class FastForwardWithoutCheckout : UserControl {
|
|
public FastForwardWithoutCheckout() {
|
|
InitializeComponent();
|
|
}
|
|
}
|
|
}
|