Sha256: 151167b09298c3fe604c2059a6ba89205815a2e4eec18c4c2b632c982a47e8f7
Contents?: true
Size: 388 Bytes
Versions: 44
Compression:
Stored size: 388 Bytes
Contents
using System; using System.Collections.Generic; using System.ComponentModel; using System.Data; using System.Drawing; using System.Linq; using System.Text; using System.Windows.Forms; namespace WindowsForms { public partial class SimpleElementsForm : Form { public SimpleElementsForm() { InitializeComponent(); } } }
Version data entries
44 entries across 44 versions & 2 rubygems