Iam having a trouble when integrating this exteremly brilliant solution enter link description here in my winform application that will read/write data at the same time . I have compiling errors :
First : Error CS0262 Partial declarations of 'Client' have conflicting accessibility modifiers
Second : Error CS0535 'Client' does not implement interface member 'IDisposable.Dispose()'
in this part of code which is red-highlited :
public sealed partial class Client : IDisposable