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

Version Path
rautomation-2.0.1-x86-mingw32 ext/WindowsForms/WindowsForms/SimpleElementsForm.cs
rautomation-2.0.1-x64-mingw32 ext/WindowsForms/WindowsForms/SimpleElementsForm.cs
rdp-rautomation-0.6.3.1 ext/WindowsForms/src/WindowsForms/WindowsForms/SimpleElementsForm.cs