http://gitunderground.i2p/archive/Ryujinx/src/commit/f06d22d6f01e657ebbc0c8ef082739cd468e47b5/src/Ryujinx.Ava/UI/Helpers/ContentDialogHelper.cs
SetRow ( primaryLabel , 0 ) ; Grid . SetRow ( secondaryLabel , 1 ) ; content . Children . Add ( icon ) ; content . Children . Add ( primaryLabel ) ; content . Children . Add ( secondaryLabel ) ; return content ; } public static async Task < UserResult > CreateInfoDialog ( string primary , string secondaryText , string acceptButton , string closeButton , string title ) { return await ShowTextDialog ( title , primary , secondaryText , acceptButton , "" ,...