BetterDiscordApp-v1/WindowsInstaller/BetterDiscordWI/panels/Panel3.cs

21 lines
392 B
C#
Raw Normal View History

2015-12-04 02:17:37 +01:00
using System;
using System.Collections.Generic;
using System.ComponentModel;
using System.Drawing;
using System.Data;
using System.Linq;
using System.Text;
using System.Threading.Tasks;
using System.Windows.Forms;
namespace BetterDiscordWI.panels
{
public partial class Panel3 : UserControl
{
public Panel3()
{
InitializeComponent();
}
}
}