private void InitializeClips() { var file = "Franchaise.clp"; _theEnv.AddRouter(new DebugRouter()); _theEnv.Clear(); _theEnv.Load(file); _theEnv.Reset(); _theEnv.Run(); }