18 lines
328 B
C#
18 lines
328 B
C#
|
|
using MGdu.WinFormUI;
|
|||
|
|
using RySkins;
|
|||
|
|
using System;
|
|||
|
|
using System.Collections.Generic;
|
|||
|
|
using System.Drawing;
|
|||
|
|
using System.Linq;
|
|||
|
|
using System.Text;
|
|||
|
|
using System.Threading.Tasks;
|
|||
|
|
using System.Windows.Forms;
|
|||
|
|
|
|||
|
|
namespace SkinPreview
|
|||
|
|
{
|
|||
|
|
public class Config
|
|||
|
|
{
|
|||
|
|
public static FrmTabMain MainTabForm { get; set; }
|
|||
|
|
}
|
|||
|
|
}
|