using System.Windows.Forms; namespace PlumByteUI_Learn { public partial class MultiPlayerView : UserControl { public MultiPlayerView() { InitializeComponent(); } } }