11 lines
180 B
C#
11 lines
180 B
C#
|
using Avalonia.Controls;
|
||
|
|
||
|
namespace SPTInstaller.CustomControls;
|
||
|
public partial class CacheInfo : UserControl
|
||
|
{
|
||
|
public CacheInfo()
|
||
|
{
|
||
|
InitializeComponent();
|
||
|
}
|
||
|
}
|