Exemple #1
0
        private void button1_Click(object sender, EventArgs e)
        {
            lblResult.Text = "";
            string path = @"C:\SCCAPP.ini";

            path = @"D:\_Task\2012 Ginseng\01.Source\GsSccSource\SCCAPP.ini";

            lblResult.Text = ProfileInI.GetINInString("LOCAL", "PORT", path, "NoFound");
        }