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