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
200 B
C#
11 lines
200 B
C#
using LiveChartsCore.SkiaSharpView.Avalonia;
|
|
|
|
namespace GSS2.UI.Core.Views;
|
|
|
|
public partial class ResourceBarView : PieChart
|
|
{
|
|
public ResourceBarView()
|
|
{
|
|
InitializeComponent();
|
|
}
|
|
} |