コード例 #1
0
 public override IDisposable Alert(AlertConfig config)
 {
     return(this.Present(AlertBuilder.AlertBuild(config)));
 }
コード例 #2
0
 public abstract IDisposable Alert(AlertConfig config);