예제 #1
0
        protected JunkNode(string parentPath, string name, string uninstallerName)
        {
            Name            = name;
            ParentPath      = parentPath;
            UninstallerName = uninstallerName;

            Confidence = new JunkConfidence();
        }
예제 #2
0
 protected JunkNode()
 {
     Confidence = new JunkConfidence();
 }