using
System;
using System.Collections.Generic;
using System.ComponentModel;
using System.Data;
using System.Drawing;
using System.Text;
using System.Windows.Forms;
namespace WindowsApplication1
{
public partial class Form1 : Form
{
private double a, b, c, d;
private Graphics paper;
private Pen pen = new Pen(Color.Black);
public Form1()
{
InitializeComponent();
}
using System.Collections.Generic;
using System.ComponentModel;
using System.Data;
using System.Drawing;
using System.Text;
using System.Windows.Forms;
namespace WindowsApplication1
{
public partial class Form1 : Form
{
private double a, b, c, d;
private Graphics paper;
private Pen pen = new Pen(Color.Black);
public Form1()
{
InitializeComponent();
}