Beispiel #1
0
 public void Include(AlertDialogLayout layout)
 {
     layout = new AlertDialogLayout(null);
     layout = new AlertDialogLayout(null, null);
 }
 public void Include(AlertDialogLayout alertDialog)
 {
     _ = new AlertDialogLayout(Application.Context);
 }