mirror of
https://github.com/Gericom/EveryFileExplorer.git
synced 2025-06-19 17:35:45 -04:00
20 lines
333 B
C#
20 lines
333 B
C#
using System;
|
|
using System.Collections.Generic;
|
|
using System.ComponentModel;
|
|
using System.Drawing;
|
|
using System.Data;
|
|
using System.Linq;
|
|
using System.Text;
|
|
using System.Windows.Forms;
|
|
|
|
namespace NDS.UI.Projects
|
|
{
|
|
public partial class BannerTabPage : UserControl
|
|
{
|
|
public BannerTabPage()
|
|
{
|
|
InitializeComponent();
|
|
}
|
|
}
|
|
}
|