mirror of
https://github.com/unclshura/splitter.git
synced 2026-06-21 16:12:01 +00:00
13 lines
181 B
C#
13 lines
181 B
C#
using Avalonia.Controls;
|
|
|
|
namespace Splitter_UI.Views;
|
|
|
|
public partial class ProgressView : UserControl
|
|
{
|
|
public ProgressView()
|
|
{
|
|
InitializeComponent();
|
|
}
|
|
}
|
|
|