Horje
how to open new form on button click in c# xamarin Code Example
how to open new form on button click in c# xamarin
private void button1Click(object sender, EventArgs e)
{            
     App.Current.MainPage = new settings();
}




Csharp

Related
xamarin forms open new page on button click Code Example xamarin forms open new page on button click Code Example
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

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