mirror of
https://github.com/ZuneDev/ZuneUIXTools.git
synced 2026-07-27 13:11:59 -07:00
Exclude URI of current file from imports
This commit is contained in:
@@ -27,6 +27,7 @@ public class Disassembler
|
|||||||
if (uri == "http://schemas.microsoft.com/2007/uix")
|
if (uri == "http://schemas.microsoft.com/2007/uix")
|
||||||
continue;
|
continue;
|
||||||
|
|
||||||
|
// Skip self
|
||||||
string name = uri;
|
string name = uri;
|
||||||
var schemeLength = uri.IndexOf("://");
|
var schemeLength = uri.IndexOf("://");
|
||||||
if (schemeLength > 0)
|
if (schemeLength > 0)
|
||||||
|
|||||||
Reference in New Issue
Block a user