Exemplo n.º 1
0
        private void BtnSkip_Click(object sender, EventArgs e)
        {
            sessionManager.setBooleanData(true);
            Intent intent = new Intent(this, typeof(MainActivity));

            StartActivity(intent);
            Finish();
        }