Exemplo n.º 1
0
 public FormYedekleme(Xml x)
 {
     InitializeComponent();
     this.x = x;
 }
Exemplo n.º 2
0
 public Form2(Xml x)
 {
     InitializeComponent();
     this.x = x;
 }
Exemplo n.º 3
0
 public FormBoyut(Xml x)
 {
     this.x = x;
     InitializeComponent();
 }