forked from amkovkov/GranuSightSoftware2
Move ResourceView and all related to ui core namespace GSS2.UI.Core Split ResourceView on separate elements Make parts folding depended on size
11 lines
179 B
C#
11 lines
179 B
C#
using Avalonia.Controls;
|
|
|
|
namespace GSS2.UI.Core.Views;
|
|
|
|
public partial class ResourcesView : UserControl
|
|
{
|
|
public ResourcesView()
|
|
{
|
|
InitializeComponent();
|
|
}
|
|
} |