예제 #1
0
파일: AddFlat.cs 프로젝트: Arkven/C-Sharp
 public AddFlat(int ID)
 {
     InitializeComponent();
     button1.Text = "Изменить";
      flat = new flat(ID);
      setInfo();
 }
예제 #2
0
파일: AddFlat.cs 프로젝트: Arkven/C-Sharp
 public AddFlat()
 {
     InitializeComponent();
     button1.Text = "Добавить";
     flat = new flat();
 }