/** [シングルトン]インスタンス。削除。 */ public static void DeleteInstance() { if (s_instance != null) { s_instance.Delete(); s_instance = null; } }