Skip to content

Commit 0885ca8

Browse files
ok
1 parent ee8512e commit 0885ca8

File tree

1 file changed

+5
-3
lines changed
  • GenerateFilters/source/filter

1 file changed

+5
-3
lines changed

GenerateFilters/source/filter/work.cs

+5-3
Original file line numberDiff line numberDiff line change
@@ -88,10 +88,12 @@ private void MenuItemCallback(object sender, EventArgs e)
8888

8989

9090
{
91-
object o3 = project2.References;
91+
//References o3 = project2.References;
9292
VCReferences o4 = project2.VCReferences;
93-
VCReferences o5 = (VCReferences)o3;
94-
bool x = (object.ReferenceEquals(o4, o5));
93+
foreach (VCReference o5 in o4)
94+
{
95+
o5.
96+
}
9597
}
9698

9799

0 commit comments

Comments
 (0)