QuickImage – Diff between revs 5 and 7
?pathlinks?
Rev 5 | Rev 7 | |||
---|---|---|---|---|
Line 24... | Line 24... | |||
24 | { |
24 | { |
|
25 | try |
25 | try |
|
26 | { |
26 | { |
|
27 | Application.EnableVisualStyles(); |
27 | Application.EnableVisualStyles(); |
|
28 | Application.SetCompatibleTextRenderingDefault(false); |
28 | Application.SetCompatibleTextRenderingDefault(false); |
|
29 | Application.Run(new QuickImage(Mutex)); |
29 | Application.Run(new Form1(Mutex)); |
|
30 | } |
30 | } |
|
31 | finally |
31 | finally |
|
32 | { |
32 | { |
|
33 | Mutex.ReleaseMutex(); |
33 | Mutex.ReleaseMutex(); |
|
34 | } |
34 | } |