C# Dosya yolu ile açma

AnasayfaC# Dosya yolu ile açma

C# Dosya yolu ile açma

string yol = Application.StartupPath;
string fileName = yol + “\gridlayout\maliyettablo.xml”;

string uygulamayolu = “DbAyar.EXE”;
System.Diagnostics.Process.Start(uygulamayolu);

  • No Tags

Comments are closed

read more latest blog