S
Sean
Hello,
need some suggestions of preventing launching multiple instance of the same
appl which is written in C# in .NET CF. I want to do something like the
following:
public void Main() {
// if (an instance of myself is running) {
// exit();
// }
}
Thanks in advance for any suggestions.
Sean
need some suggestions of preventing launching multiple instance of the same
appl which is written in C# in .NET CF. I want to do something like the
following:
public void Main() {
// if (an instance of myself is running) {
// exit();
// }
}
Thanks in advance for any suggestions.
Sean