B
Brett
The following is called each time an event is triggered. The generated GUID
is the same for 3 of 4 calls. Is there a way to ensure it is different for
each call?
this.PrintMessage(System.Guid.NewGuid().ToString() +
this.MessageImageFileExtension, RootImageFileDirectory + "\\" +
DateTime.Today.Month.ToString() + DateTime.Today.Year.ToString() + "\\");
Thanks,
Brett
is the same for 3 of 4 calls. Is there a way to ensure it is different for
each call?
this.PrintMessage(System.Guid.NewGuid().ToString() +
this.MessageImageFileExtension, RootImageFileDirectory + "\\" +
DateTime.Today.Month.ToString() + DateTime.Today.Year.ToString() + "\\");
Thanks,
Brett