C# & CLIPS. Using .clp in more than in one Form

202 views Asked by At

I want to use a .clp file in my C# project. This project contain several Forms. Can I load *.clp once and use it in all forms (create/delete facts, etc.)? (I am using CLIPSNet.dll.)

UPD. There is a Form1. On close it I save the facts. In second form (Form2) I want to do same thing but if I load a .clp file in block of Form2 I've lost the facts entered at first form. How I can avoid this situaton? So I need opened CLIPS file through all C# solution. So I want ask you - Is it really to do or not?

UPD1. I use MVS Community 2013.

1

There are 1 answers

0
Tim On BEST ANSWER

Dude, just create another class working with CLIPS project! That's it.