What change in visual studio 2015 in method call public sub from form other? -


i have use vs 2010 build application when upgrade vs 2015 method not work:

in form1 have public sub:

public sub showdatabase()     .... end sub 

in form2 call:

.... form1.showdatabase() .... 

it not work when @ form2 call public sub.

how fix this.

thankyou!


Comments

Popular posts from this blog

php - Vagrant up error - Uncaught Reflection Exception: Class DOMDocument does not exist -

vue.js - Create hooks for automated testing -

Add new key value to json node in java -