DirectOutputR1
DirectOutput framework R1 for virtual pinball cabinets.
Go to:
Overview 
 All Classes Namespaces Files Functions Variables Enumerations Enumerator Properties Events Macros Pages
Contactor.cs
Go to the documentation of this file.
1 using System;
2 using System.Collections.Generic;
3 using System.Linq;
4 using System.Text;
5 
6 
7 namespace DirectOutput.Cab.Toys.Basic
8 {
9 
17  public class Contactor : DigitalToy,IToy
18  {
19 
20 
21  }
22 }