mirror of
https://github.com/sp-tarkov/installer.git
synced 2025-02-13 02:10:47 -05:00
11 lines
180 B
C#
11 lines
180 B
C#
using Avalonia.Controls;
|
|
|
|
namespace SPTInstaller.CustomControls;
|
|
public partial class CacheInfo : UserControl
|
|
{
|
|
public CacheInfo()
|
|
{
|
|
InitializeComponent();
|
|
}
|
|
}
|