Skeleton for custom options page
This commit is contained in:
parent
a1b45a1e7c
commit
dccfdb0ab1
7 changed files with 432 additions and 1 deletions
22
VsDingExtensionProject/SoundSelectControl.cs
Normal file
22
VsDingExtensionProject/SoundSelectControl.cs
Normal file
|
@ -0,0 +1,22 @@
|
|||
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 VitaliiGanzha.VsDingExtension
|
||||
{
|
||||
public partial class SoundSelectControl : UserControl
|
||||
{
|
||||
internal SoundsSelectOptionsPage optionsPage;
|
||||
|
||||
public SoundSelectControl()
|
||||
{
|
||||
InitializeComponent();
|
||||
}
|
||||
}
|
||||
}
|
Loading…
Add table
Add a link
Reference in a new issue