private void toolPaste_Click(object sender, EventArgs e) { if (null != copy_session) { SessionConfig sc = copy_session.Clone(); AddTableRow(sc); AppConfig.Instance.SessionConfigDict.Add(sc.SessionId, sc); } }