Exemplo n.º 1
0
 public GumusDurum(Durum durum)
     : this(durum.Bilanco, durum.Hesap)
 {
 }
Exemplo n.º 2
0
 public AltinDurum(Durum durum)
     : this(durum.Bilanco, durum.Hesap)
 {
 }
Exemplo n.º 3
0
 public KirmiziDurum(Durum durum)
 {
     this.bilanco = durum.Bilanco;
     this.hesap   = durum.Hesap;
     Baslat();
 }
Exemplo n.º 4
0
 public Hesap(string sahip)
 {
     this._sahip = sahip;
     this._durum = new GumusDurum(0.0, this);
 }