Ejemplo n.º 1
0
 public Electricity()
 {
     InitializeComponent();
     pageNames = new Pages();
     bill = new Bill();
     MainWindow = new DEACT();
 }
Ejemplo n.º 2
0
 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;
 }
Ejemplo n.º 3
0
 public Electricity()
 {
     InitializeComponent();
     pageNames = new Pages();
     bill = new Bill();
     MainWindow = new DEACT();
     //-------------------------------
     lbl_UsagePerc.Text = "80%";
     clrBtn = Color.LightGray;
 }