Example #1
0
 public Form1()
 {
     InitializeComponent();
     Buyer Magnit = new Buyer("Магнит",0,"Магазин",30000);
     Magnit.add();
 }