示例#1
0
        public ProfilSelect()
        {
            InitializeComponent();
            this.Setup = new PConfig();
            this.transLate();

            this.existingProfiles = this.Setup.getListWidthDefault(PConfig.KEY_PROFILS, new List <string>());
            this.loadProfiles();
        }
示例#2
0
 public GroupProfilWorker(PConfig usedConf)
 {
     this.Setup = usedConf;
 }