comparison topology/manager/TopologyType.cs @ 61:1a42115e51bb

fix
author KaitoMaeshiro <aosskaito@cr.ie.u-ryukyu.ac.jp>
date Fri, 28 Jan 2022 23:15:05 +0900
parents c4f8630b7822
children
comparison
equal deleted inserted replaced
60:14222beab95b 61:1a42115e51bb
1 using System;
2 using System.Threading;
3
4 namespace Christie_net.topology.manager { 1 namespace Christie_net.topology.manager {
5 2
6 public enum TopologyType { 3 public enum TopologyType {
7 Tree = 1 4 Tree = 1
8 } 5 }