Arduino to C#

I need help for connecting Arduino Uno to C# GUI!!!!

You will need to provide more information that that.

use the Serial object on your arduino, and use the SerialPort class in C#

The Python example in Reply #4 in this Thread should give you the general idea.

...R