public Electricity() { InitializeComponent(); pageNames = new Pages(); bill = new Bill(); MainWindow = new DEACT(); }
public DEACT() { InitializeComponent(); billValue = new Bill(); location = new Point(this.Width / 2 - 40, this.Height / 2 + 200); g_Location = location; g_nHeight = this.Height; g_nWidth = this.Width; }
public Electricity() { InitializeComponent(); pageNames = new Pages(); bill = new Bill(); MainWindow = new DEACT(); //------------------------------- lbl_UsagePerc.Text = "80%"; clrBtn = Color.LightGray; }