Follow along with the video below to see how to install our site as a web app on your home screen.
Note: This feature may not be available in some browsers.
object [] sNames = new object[3];
sNames[0]="Test1";
sNames[1]="Test2";
sNames[2]="Test3";
string [] sNames2 = new String[3];
sNames2[0]="Test1";
sNames2[1]="Test2";
sNames2[2]="Test3";