Skip to content

Commit 468ad2d

Browse files
committed
add protection from lazy user
1 parent f9fe6d3 commit 468ad2d

File tree

4 files changed

+169
-73
lines changed

4 files changed

+169
-73
lines changed

ConnectionType.cs

Lines changed: 6 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -13,4 +13,10 @@ enum ConnectionType
1313
PP_to_Center, // Point to point
1414
PP_to_Route
1515
}
16+
17+
enum ClusterizationType
18+
{
19+
K_means,
20+
Forel
21+
}
1622
}

Form1.Designer.cs

Lines changed: 68 additions & 58 deletions
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

0 commit comments

Comments
 (0)