/* * Created by SharpDevelop. * User: BITL * Date: 6/21/2017 * Time: 11:26 AM * * To change this template use Tools | Options | Coding | Edit Standard Headers. */ using System; using System.Drawing; using System.Windows.Forms; namespace RBXLegacyLauncher { /// /// Description of DocForm. /// public partial class DocForm : Form { public DocForm() { // // The InitializeComponent() call is required for Windows Forms designer support. // InitializeComponent(); // // TODO: Add constructor code after the InitializeComponent() call. // } } }