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