private void IncomingTransferFinished(object sender, InboundTransferEventArgs args) { FileHandler _fHandler = new FileHandler(); _fHandler.SaveFileToLocalStorage(args.FileBuffer, args.FileStructure); // Show the baloon tooltip BaloonToolTipDestination = 0; ShowBaloonTooltip("File(s) transfer complete"); }
private void IncomingTransferFinished(object sender, InboundTransferEventArgs args) { // Show the baloon tooltip BaloonToolTipType = 0; ShowBaloonTooltip("File(s) received"); }