示例#1
0
 private void OnClickRemoveConnection(Connection connection)
 {
     m_nodeGraphModel.RemoveConnection(connection.m_id);
 }