mirror of
https://github.com/4sval/FModel.git
synced 2026-08-05 02:35:44 -05:00
Some checks failed
FModel QA Builder / build (push) Has been cancelled
Co-authored-by: NotOfficer <marlon.john@hotmail.de> Co-authored-by: Krowe-moh <27891447+Krowe-moh@users.noreply.github.com> Co-authored-by: Chompster86 <chompster86@gmail.com> Co-authored-by: ScrubN <72096833+ScrubN@users.noreply.github.com> Co-authored-by: Masusder <59669685+Masusder@users.noreply.github.com> Co-authored-by: Tectfy <73559984+Tectfy@users.noreply.github.com> Co-authored-by: yarik0chka <64433879+yarik0chka@users.noreply.github.com>
13 lines
208 B
C#
13 lines
208 B
C#
using System.Windows.Controls;
|
|
|
|
namespace FModel.Views.Resources.Controls.TiledExplorer;
|
|
|
|
public partial class FileButton : UserControl
|
|
{
|
|
public FileButton()
|
|
{
|
|
InitializeComponent();
|
|
}
|
|
}
|
|
|