12 lines
210 B
C#
12 lines
210 B
C#
using System.Windows.Forms;
|
|
|
|
namespace Tech_Demo
|
|
{
|
|
public partial class MultiPlayerView : UserControl
|
|
{
|
|
public MultiPlayerView()
|
|
{
|
|
InitializeComponent();
|
|
}
|
|
}
|
|
} |