示例#1
0
 /// <summary>
 /// button -> sending your new meme properties to a server
 /// </summary>
 public async Task CreateByServer()
 {
     await _memeService.CreateMeme(Title, TopText, BottomText, Image);
 }