Exemple #1
0
 void SendButton_Click(object sender, EventArgs e)
 {
     if (dialog != null)
     {
         dialog.Dismiss();
     }
     SendTapped?.Invoke(this, EventArgs.Empty);
 }
 

 partial void Send_Tapped(MediumActionButton sender)
 {
     
            Close(); 
 SendTapped?.Invoke(this, EventArgs.Empty);
 }