public void Config( AptifyApplication ApplicationObject, IDashboardArea Area, long PartID, ComponentOrientation Orientation) { this.App = ApplicationObject; this.Area = Area; this.PartId = PartID; this.Orientation = Orientation; this.InitializeComponent(); this.DoTheDew(); }