static void Main(string[] args) { string path = "C:/Users/User/Desktop/PP2"; FarManager farManager = new FarManager(path); farManager.FAR(); }