Пример #1
0
 public override IDisposable ActionSheet(ActionSheetConfig config)
 {
     return(this.Present(AlertBuilder.ActionSheetBuild(config)));
 }
Пример #2
0
 public abstract IDisposable ActionSheet(ActionSheetConfig config);