Exemplo n.º 1
0
 public BootstrapIcon Popover(string title, string content)
 {
     this._popoverConfiguration = new PopoverConfiguration(title, content);
     return(this);
 }
Exemplo n.º 2
0
 public BootstrapIcon Popover(string title, string content)
 {
     this._popoverConfiguration = new PopoverConfiguration(title, content);
     return this;
 }
Exemplo n.º 3
0
 public BootstrapIcon Popover(PopoverConfiguration configuration)
 {
     this._popoverConfiguration = configuration;
     return(this);
 }
Exemplo n.º 4
0
 public BootstrapIcon Popover(PopoverConfiguration configuration)
 {
     this._popoverConfiguration = configuration;
     return this;
 }