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