Example #1
0
File: Modal.cs Project: kkamau/WAFC
 public Modal Size(BootstrapSizes size)
 {
     this._size = size;
     return(this);
 }