sourcegit/src/Views/FastForwardWithoutCheckout.axaml.cs

9 lines
221 B
C#

using Avalonia.Controls;
namespace SourceGit.Views {
public partial class FastForwardWithoutCheckout : UserControl {
public FastForwardWithoutCheckout() {
InitializeComponent();
}
}
}