]> git.r.bdr.sh - rbdr/super-polarity/blob - Super Polarity/MenuItem.cs
77561a9613db6ce0148a7fbda19af5d5735b2e8c
[rbdr/super-polarity] / Super Polarity / MenuItem.cs
1 using System;
2 using System.Collections.Generic;
3 using System.Linq;
4 using System.Text;
5
6 namespace SuperPolarity
7 {
8 class MenuItem : Widget
9 {
10 }
11 }