namespace FastReport.Gauge.Simple { public partial class SimpleGauge { internal override GaugeEditorForm GetGaugeEditor => new SimpleGaugeEditorForm(this); } }