public override Object Clone() { var clone = new EventFilterParams(); clone.Assign(this); return(clone); }
public ConfiguratorFormSettings() { Columns = new ListedEventsViewSettings(); Location = new Point(200, 100); Size = new Size(800, 600); PropertiesHeight = 300; ConfigWidth = 300; Filter = new EventFilterParams(); DetailedViewHeight = 380; }