public override Object Clone()
        {
            var clone = new EventFilterParams();

            clone.Assign(this);
            return(clone);
        }
Exemple #2
0
 public ConfiguratorFormSettings()
 {
     Columns            = new ListedEventsViewSettings();
     Location           = new Point(200, 100);
     Size               = new Size(800, 600);
     PropertiesHeight   = 300;
     ConfigWidth        = 300;
     Filter             = new EventFilterParams();
     DetailedViewHeight = 380;
 }