using System.Windows.Forms; namespace ProtocolParser { public partial class FrmAbout : Form { public FrmAbout() { InitializeComponent(); } } }