示例#1
0
 public PackageClass()
 {
   Groups = new GroupItemCollection();
   Sections = new SectionItemCollection();
   GeneralInfo = new GeneralInfoItem();
   UniqueFileList = new FileItemCollection();
   Version = "2.0";
   ZipProvider = new ZipProviderClass();
   UnInstallInfo = new UnInstallInfoCollection();
   Dependencies = new DependencyItemCollection();
   PluginDependencies = new PluginDependencyItemCollection();
   ProjectSettings = new ProjectSettings();
   Silent = false;
   IsHiden = false;
   Parent = null;
 }
示例#2
0
 /// <summary>
 /// Creates a new <see cref="ToolbarButtonGroup"/>
 /// initialized to its default state.
 /// </summary>
 public ToolbarButtonGroup()
 {
     this.toolBar = null;
     this.items   = new GroupItemCollection();
 }