/// <summary> /// Default constructor /// </summary> public SessionEditorForm() : base() { InitializeComponent(); csf = new CopySessionForm(this); }