using System.Windows.Controls; namespace Artemis.UI.Screens.Module.ProfileEditor.ProfileElements { /// /// Interaction logic for FolderView.xaml /// public partial class FolderView : UserControl { public FolderView() { InitializeComponent(); } } }