NOVINKA: Získej 40 hodin praktických dovedností s AI – ZDARMA ke každému akreditovanému kurzu!

oprava

public MainForm()
		{
			
			InitializeComponent(); // tady byla chyba

			using (StreamWriter sw = new StreamWriter(@"uloziste.txt"))
			{
				
				decimal x = vnt001.Value;
				sw.WriteLine(x.ToString());
			}
			using (StreamReader sr = new StreamReader(@"uloziste.txt"))
			{
       				string s;
       				while ((s = sr.ReadLine()) != null)
        			{
       					MessageBox.Show(s);
        			}
			}
			
			
			
		}

Neformátovaný

Přidáno: 26.4.2016
Expirace: Neuvedeno

Aktivity