Exemplo n.º 1
0
 public void TabanaEkle(Sekil sekil)
 {
     throw new System.NotImplementedException();
 }
Exemplo n.º 2
0
 public Boolean CarpismaKontrol(Sekil sekil)
 {
     return true;
 }
Exemplo n.º 3
0
 public void TabanaEkle(Sekil sekil)
 {
     throw new System.NotImplementedException();
 }
Exemplo n.º 4
0
 public void SekilGoster(Form form)
 {
     sekil = new L();
     sekil.olustur();
     sekil.Goster(form);
 }
Exemplo n.º 5
0
 public Boolean CarpismaKontrol(Sekil sekil)
 {
     return(true);
 }