Ejemplo n.º 1
0
        private void buttonOnekey_Click(object sender, EventArgs e)
        {
            string s = BuildControl.Build();

            showDir(BuildControl.CodeBuild.CodePath);
            MessageBox.Show(s);
        }