make example programs static

This commit is contained in:
Wizou 2021-12-03 10:16:01 +01:00
parent 65a4b779c1
commit bafe3c56bd
4 changed files with 6 additions and 6 deletions

View file

@ -7,7 +7,7 @@ using TL;
namespace WTelegramClientTest
{
class Program_DownloadSavedMedia
static class Program_DownloadSavedMedia
{
// go to Project Properties > Debug > Environment variables and add at least these: api_id, api_hash, phone_number
static async Task Main(string[] args)