Actividad 2
Actividad 2
Actividad 2
using System;
using System.Collections.Generic;
using System.ComponentModel;
using System.Data;
using System.Drawing;
using System.Linq;
using System.Text;
using System.Threading.Tasks;
using System.Windows.Forms;
namespace TEMA2._0
{
public partial class Form1 : Form
{
public Form1()
{
InitializeComponent();
}
static void login()
{
MessageBox.Show("No ingreso Usuario ni Coontraseña.!");
}
static void login(String Introducido)
{
MessageBox.Show("Falta introducir Usuario o Contraseña");
}
private void label1_Click(object sender, EventArgs e)
{
}
static void Login(string Usu, string Con)
{
if (Usu.ToUpper() == "AMILKAR" && Con == "AMI157")
{
Form2 Obj = new Form2();
Obj.ShowDialog();
}
else
MessageBox.Show("Usuario o Contrseña Incorrecto");
}
}
}
using System;
using System.Collections.Generic;
using System.ComponentModel;
using System.Data;
using System.Drawing;
using System.Linq;
using System.Text;
using System.Threading.Tasks;
using System.Windows.Forms;
using static System.Windows.Forms.VisualStyles.VisualStyleElement;
namespace TEMA2._0
{
public partial class Form2 : Form
{
public Form2()
{
InitializeComponent();
}
{
return (c * PRE) + (c * PRE * TAS / 100);
}
}
}
}