Exemplo n.º 1
0
 public BusyIndicator(string source  = "/Assets/Images/uploading.gif",
                      float height   = 22,
                      float width    = 22,
                      bool autoStart = true)
 {
     Gif = new UploadingGif(source, height, width, autoStart);
 }
Exemplo n.º 2
0
 public BusyIndicator()
 {
     Gif = new UploadingGif("/Assets/Images/uploading.gif", 22, 22, true);
 }