コード例 #1
0
 public override IDisposable ActionSheet(ActionSheetConfig config)
 {
     return(this.Present(AlertBuilder.ActionSheetBuild(config)));
 }
コード例 #2
0
 public abstract IDisposable ActionSheet(ActionSheetConfig config);