/// <summary> /// /// </summary> public TrayClock.Builder TrayClock(TrayClock.Config config) { #if MVC return(new TrayClock.Builder(new TrayClock(config) { ViewContext = this.HtmlHelper != null ? this.HtmlHelper.ViewContext : null })); #else return(new TrayClock.Builder(new TrayClock(config))); #endif }
/// <summary> /// /// </summary> public Builder(TrayClock.Config config) : base(new TrayClock(config)) { }
/// <summary> /// /// </summary> public TrayClock.Builder TrayClock(TrayClock.Config config) { return(new TrayClock.Builder(new TrayClock(config))); }