mirror of
https://github.com/sourcegit-scm/sourcegit
synced 2025-05-24 21:54:59 +00:00
9 lines
181 B
C#
9 lines
181 B
C#
using Avalonia.Controls;
|
|
|
|
namespace SourceGit.Views {
|
|
public partial class Reword : UserControl {
|
|
public Reword() {
|
|
InitializeComponent();
|
|
}
|
|
}
|
|
}
|