Sha256: 87afde36895b424bf1683221edd33ef205d845b4b98e0ff455f9c5575cdd87ea
Contents?: true
Size: 446 Bytes
Versions: 14
Compression:
Stored size: 446 Bytes
Contents
using System; using System.Linq; using System.Collections.Generic; using System.ComponentModel; using System.Data; using System.Drawing; using System.Text; using System.Windows.Forms; namespace PrintingServiceClientTest { public partial class Form1 : Form { public Form1() { InitializeComponent(); } private void runTestButton_Click(object sender, EventArgs e) { } } }
Version data entries
14 entries across 14 versions & 1 rubygems