7 lines
No EOL
115 B
C#
7 lines
No EOL
115 B
C#
namespace SatorImaging.AppWindowUtility {
|
|
public enum MouseButton {
|
|
Left = 0,
|
|
Right = 1,
|
|
Middle = 2,
|
|
}
|
|
} |