WIP
DirectOutput framework for virtual pinball cabinets WIP
Go to:
Overview
Main Page
Related Pages
Packages
Classes
Files
File List
File Members
ISingleOutputToy.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
namespace
DirectOutput
.Cab.Toys
7
{
8
public
interface
ISingleOutputToy
:
IToy
9
{
10
11
18
19
string
OutputName {
get
; set; }
20
}
21
}
DirectOutput
System.Linq
System
DirectOutput.Cab.Toys.ISingleOutputToy
Definition:
ISingleOutputToy.cs:8
DirectOutput.Cab.Toys.IToy
Common interface for all toy implementations. The abstract class ToyBase implements this interface...
Definition:
IToy.cs:9
DirectOutput
Cab
Toys
ISingleOutputToy.cs
Generated on Sat Nov 19 2016 19:32:46 for WIP by
1.8.9.1