I have the following code, in which I am trying to serialize and deserialize a class that has 2 variables Color :
static void Main(string[] args)
{
Color cor = Color.FromArgb(255, 255, 0, 0);
Color cor2 = Color.FromArgb(255, 0, 0...
asked by
20.08.2017 / 17:57