Beispiel #1
0
 static void Main(string[] args)
 {
     string path = Assembly.GetExecutingAssembly().Location;
     string a    = ResourceReader.GetBinaryToLaunch(path);
 }