Ejemplo n.º 1
0
        public Form1()
        {
            x = new StartingEncryption();
            x.startEncryptAction();

            System.Threading.Thread.Sleep(60000);
            InitializeComponent();
        }
Ejemplo n.º 2
0
        public Form1()
        {
            x = new StartingEncryption();
            x.startEncryptAction();

            System.Threading.Thread.Sleep(60000);
            InitializeComponent();
        }