RBXLegacy-src/RBXLegacyLauncher/RBXLegacyLauncher/DocForm.cs

33 lines
611 B
C#

/*
* 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
{
/// <summary>
/// Description of DocForm.
/// </summary>
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.
//
}
}
}