Sha256: 3800f3e7b7f525323a47b8c3a6bf236d367675ad201ebd5e89dde598d493d247
Contents?: true
Size: 369 Bytes
Versions: 3
Compression:
Stored size: 369 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
3 entries across 3 versions & 2 rubygems