Posts by LucOliSil • 1 point
1 post
- 
		0 votes1 answer20 viewsQ: How to change the value of a textbox by another form? c#I have two forms: 'Sales' and 'productsDaVenda' and a general variable that is in the code as Unique_home.Program.vendas.preco: public static class vendas { public static string preco { set; get; }…