parent
c59f76aead
commit
f96e506a19
|
|
@ -7,10 +7,11 @@ namespace Guru
|
|||
{
|
||||
public double usdPrice;
|
||||
public bool test;
|
||||
public string state;
|
||||
|
||||
public override string ToString()
|
||||
{
|
||||
return $"{nameof(usdPrice)}: {usdPrice} {nameof(test)}: {test}";
|
||||
return $"{nameof(usdPrice)}: {usdPrice} {nameof(test)}: {test} {nameof(state)}: {state}";
|
||||
}
|
||||
}
|
||||
}
|
||||
Loading…
Reference in New Issue