nHydrate.Generator.ModelUI.StatisticsForm.StatisticsForm C# (CSharp) Method

StatisticsForm() public method

public StatisticsForm ( ) : System
return System
		public StatisticsForm()
		{
			InitializeComponent();
			this.IsExpanded = false;
			lblHeader.Text = "These files were found in folders with generated files, however they were not part of the generation. They are most likely old files that need to be deleted. Please verify that you wish to remove these files.";

			this.KeyDown += StatisticsForm_KeyDown;
		}