Exemplo n.º 1
0
        void bid(String bind, String path)
        {
            String[] resultstring = { bind, path };
            if (fol == true)
            {
                File.AppendAllLines("file.txt", resultstring);
            }
            My_Friend obj = new My_Friend();

            obj.Show();
            this.Close();
        }
Exemplo n.º 2
0
        void bid(String bind, String path)
        {
            String[] resultstring = { bind, path };
            if (fol == true)
            {

                File.AppendAllLines("file.txt", resultstring);

            }
            My_Friend obj = new My_Friend();
            obj.Show();
            this.Close();

        }