Project
Project
{
public abstract void ShowDialog();
}
using System;
using System.Diagnostics;
using System.Windows.Forms;
using FarmManagementSystem;
namespace WindowsFormsApp001
{
{
object txtUsername;
string username = txtUsername.Text.Trim();
object txtPassword;
string password = txtPassword.Text;