Beispiel #1
0
 public FormYedekleme(Xml x)
 {
     InitializeComponent();
     this.x = x;
 }
 public Form2(Xml x)
 {
     InitializeComponent();
     this.x = x;
 }
 public FormBoyut(Xml x)
 {
     this.x = x;
     InitializeComponent();
 }