Skip to content

Commit 6b5ce75

Browse files
committed
Add GeometryContainer loader to C# loaders list.
1 parent 24a1442 commit 6b5ce75

File tree

1 file changed

+1
-0
lines changed

1 file changed

+1
-0
lines changed

Visual_Studio_2017/GraphicalDebugging/ExpressionLoader.cs

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -114,6 +114,7 @@ private ExpressionLoader(DTE2 dte)
114114

115115
loadersCS.Add(new PointContainer());
116116
loadersCS.Add(new ValuesContainer());
117+
loadersCS.Add(new GeometryContainer());
117118
}
118119

119120
public static Debugger Debugger

0 commit comments

Comments
 (0)