Exemplo n.º 1
0
        private void InitProductProperty(IBundleContext context)
        {
            Workbench.Product.ChineseName = context.GetProperty("Product.ChineseName");
            Workbench.Product.EnglishName = context.GetProperty("Product.EnglishName");
            Workbench.Product.Version     = context.GetProperty("Product.Version");
            Workbench.Product.Description = context.GetProperty("Product.Description");
            Workbench.Product.Company     = context.GetProperty("Product.Company");
            Workbench.Product.Copyright   = context.GetProperty("Product.Copyright");

            Workbench.OptionManager.Title = context.GetProperty("OptionTitle");
        }