示例#1
0
        private void label4_Click(object sender, EventArgs e)
        {
            var box = new sc("https://github.com/liuziangexit/HEIF-Utility");

            box.ShowDialog();
        }
示例#2
0
        private void label9_Click(object sender, EventArgs e)
        {
            var box = new sc("Mail: [email protected]");

            box.ShowDialog();
        }
示例#3
0
        private void label4_Click(object sender, EventArgs e)
        {
            var box = new sc();

            box.ShowDialog();
        }