2025-03-28 09:49:56 +08:00

20 lines
364 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 WMPControlLibrary
{
public partial class WMPControl: UserControl
{
public WMPControl()
{
InitializeComponent();
}
}
}