Exemplo n.º 1
0
        public FirstPage()
        {
            InitializeComponent();

            SerializationHandler handler = new SerializationHandler();

            handler.DecryptFullAddress();
            richTextBox1.Update();
            textBox1.Text = @"C:\Users\jafar.baltidynamolog\Desktop\PropertyPDF\1\1.pdf";
            FillComboBox();
        }
Exemplo n.º 2
0
        private void Form2_FormClosing(object sender, FormClosingEventArgs e)
        {
            SerializationHandler handler = new SerializationHandler();

            handler.EncryptFullAddress();
        }