Ejemplo n.º 1
0
        public ProfileGenerationProcess(string profileName)
        {
            refresher = new UIRefresher {
                Element = this
            };

            ProfileName = profileName;
            Process     = new ProcessContract();

            InitializeComponent();
        }
        public SchemaGenerationProcess(string schemaName)
        {
            refresher = new UIRefresher {
                Element = this
            };

            SchemaName = schemaName;
            Process    = new ProcessContract();

            InitializeComponent();
        }