Exemplo n.º 1
0
 /// <summary>
 /// note.txtの内容をコンソールに表示します。
 /// </summary>
 public static void ShowFormat()
 {
     Console.WriteLine(File.ReadAllText(AppDef.GetNoteTextPath(Assembly.GetExecutingAssembly())));
 }
Exemplo n.º 2
0
 public static void CurrentDomain_UnhandledException(object sender, UnhandledExceptionEventArgs e)
 {
     Console.WriteLine(File.ReadAllText(AppDef.GetNoteTextPath(Assembly.GetExecutingAssembly())));
 }