Oct 18, 2021[C#] Inconsistent accessibilityPhenomenon In C #, the following code causes a title compilation error. This error occurs when, for example, the class is private but the...
Aug 14, 2021Summary of how to execute a function written in python in C #Overview Sometimes you want to incorporate a function written in python into a windows application made using C#. Specifically, machine...
Aug 14, 2021[C#] Process.start ends with exit code 2Problem When I execute an external program with Process.start, it does not work as expected and exits with exit code 2 (no exceptions)....