Example #1
0
 public async void Connect()
 {
     Log(LogLevel.Info, "Connecting to GoogleAPI...");
     youTubeAPI.Init(appName, googleCredentials);
     OnConnectEvent(this, new ConnectArgs());
 }