Forge
csharpdeeb25a2
1using Avalonia.Controls;
2
3namespace CascadeIDE.Views.UiKit;
4
5/// <summary>Карточка-секция IDE chrome (elevated surface). Стили — <c>cascadeSection</c> в <c>App.axaml</c>.</summary>
6public partial class CascadeSection : UserControl
7{
8 public CascadeSection() => InitializeComponent();
9}
10
View only · write via MCP/CIDE