Alephgsm / SharpOdinClient

SharpOdinClient is a .NET library that allows .NET applications to communicate with samsung android devices in download mode. A suitable client for flash(image , tar.md5 , lz4), getting info and implementing other features. It provides a .NET implementation of the odin protocol.
https://alephgsm.com/2022/11/14/sharpodinclient-samsung-devices-flash-library-in-c/
32 stars 12 forks source link

Problem to return Log on richtextbox1 #14

Open ABEIDrizik opened 7 months ago

ABEIDrizik commented 7 months ago

Hello I have add a code on Program.cs File like this: { internal class Program { static void Main(string[] args) { Application.Run(new Form()); } private Odin Odin = new Odin(); public Program() { Odin.Log += Odin_Log ; Odin.ProgressChanged += Odin_ProgressChanged; } }

So a problem on my Form I have a button, richtextbox1, combobox, textbox so I need to use richtextbox to get a log and selected comboItems, please assist me