mirror of
https://github.com/sourcegit-scm/sourcegit
synced 2025-06-07 03:45:00 +00:00
Signed-off-by: leo <longshuang@msn.cn>
This commit is contained in:
parent
12d2b7721c
commit
f9b6116a76
20 changed files with 144 additions and 97 deletions
12
src/Views/ResetWithoutCheckout.axaml.cs
Normal file
12
src/Views/ResetWithoutCheckout.axaml.cs
Normal file
|
@ -0,0 +1,12 @@
|
|||
using Avalonia.Controls;
|
||||
|
||||
namespace SourceGit.Views
|
||||
{
|
||||
public partial class ResetWithoutCheckout : UserControl
|
||||
{
|
||||
public ResetWithoutCheckout()
|
||||
{
|
||||
InitializeComponent();
|
||||
}
|
||||
}
|
||||
}
|
Loading…
Add table
Add a link
Reference in a new issue