Beispiel #1
0
        private void button3_Click(object sender, EventArgs e)
        {
            try
            {
                String path = textBox1.Text;

                More.Restore(path);
                MessageBox.Show("تم الاستعادة بنجاح");
            }
            catch (Exception ex)
            {
                MessageBox.Show(ex.Message);
            }
        }