Konu
:
Visual Studio Butun Surumlerde İşleyen Form'dan Forma Geciş Sorunsuz.
26-09-2019, 04:49:39
#0
TRJotun
Açık Profil bilgileri
Özel Mesaj Gönder
TRJotun tarafından gönderilen tüm mesajları bul
TRJotun'ı arkadaş olarak ekle
Visual Basic :
me.
close()
form2.
showdialog()
Visual C# :
this.
close();
Form2 frm2 = new Form2();
frm2.
showdialog();
__________________