Goran Bibic

Goran Bibic

  • 457
  • 2.9k
  • 192k

Use value from combo box to another form c#

Sep 4 2018 2:51 PM
Form 1
  1. private string godina;  
  2.   
  3.   
  4. public String getGodina()  
  5.         {  
  6.             return godina;  
  7.         }  
  8.   
  9.   
  10. public void findKorisnickoIme()  
  11.         {  
  12.              
  13.             some help
  14.         } 
 

Answers (10)