Horje
xamarin forms open new page on button click Code Example
xamarin forms open new page on button click
private void button1Click(object sender, EventArgs e)
{            
     App.Current.MainPage = new settings();
}




Csharp

Related
c# console foreground color Code Example c# console foreground color Code Example
how to play animation with code in unity Code Example how to play animation with code in unity Code Example
call function from another script unity Code Example call function from another script unity Code Example
how to remove space between string in c# Code Example how to remove space between string in c# Code Example
delete all dir content c# Code Example delete all dir content c# Code Example

Type:
Code Example
Category:
Coding
Sub Category:
Code Example
Uploaded by:
Admin
Views:
11