This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
'use strict'; | |
// Import dependencies | |
const crypto = require('crypto'); | |
const bunyan = require('bunyan'); | |
const levelup = require('levelup'); | |
const encoding = require('encoding-down'); | |
const leveldown = require('leveldown'); | |
const kadence = require('@kadenceproject/kadence'); | |
const { createHash } = require('crypto'); |
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
using System; | |
using System.Collections.Generic; | |
using System.Linq; | |
using System.Text; | |
using System.Threading.Tasks; | |
using CefSharp; | |
using CefSharp.WinForms; | |
namespace Skype.FileTransfer.Controls.Utils | |
{ |
OlderNewer