mirror of
https://github.com/Gericom/EveryFileExplorer.git
synced 2025-06-18 17:05:33 -04:00
20 lines
320 B
C#
20 lines
320 B
C#
using System;
|
|
using System.Collections.Generic;
|
|
using System.ComponentModel;
|
|
using System.Data;
|
|
using System.Drawing;
|
|
using System.Linq;
|
|
using System.Text;
|
|
using System.Windows.Forms;
|
|
|
|
namespace _3DS.UI
|
|
{
|
|
public partial class ThemeViewerNew : Form
|
|
{
|
|
public ThemeViewerNew()
|
|
{
|
|
InitializeComponent();
|
|
}
|
|
}
|
|
}
|