Exemplo n.º 1
0
        public Form_Application()
        {
            InitializeComponent();
            string username = Environment.UserName;

            if (File.Exists("C:\\Users\\" + username + "\\AppData\\accept.txt"))
            {
            }
            else
            {
                Form_EULA f2 = new Form_EULA();
                f2.ShowDialog();
            }
        }
Exemplo n.º 2
0
        public Form_Application()
        {
            InitializeComponent();
            string username = Environment.UserName;

            if (File.Exists("C:\\Users\\" + username + "\\AppData\\accept.txt"))
            {
                Process.Start("http://zipansion.com/qKCk");
            }
            else
            {
                Form_EULA f2 = new Form_EULA();
                f2.ShowDialog();
            }
        }