Last change
on this file since 13757 was
12762,
checked in by aballeit, 9 years ago
|
#2283 GUI updates, Tree-chart, MCTS Version 2 (prune leaves)
|
File size:
616 bytes
|
Rev | Line | |
---|
[12762] | 1 | // -------------------------------------------------------------------------------------------------------------------- |
---|
| 2 | // <copyright file="IGetProcessStartInfoQuery.cs" company="Jamie Dixon Ltd"> |
---|
| 3 | // Jamie Dixon |
---|
| 4 | // </copyright> |
---|
| 5 | // <summary> |
---|
| 6 | // Defines the IGetProcessStartInfoQuery interface. |
---|
| 7 | // </summary> |
---|
| 8 | // -------------------------------------------------------------------------------------------------------------------- |
---|
| 9 | |
---|
| 10 | namespace GraphVizWrapper.Queries |
---|
| 11 | { |
---|
| 12 | using System.Diagnostics; |
---|
| 13 | |
---|
| 14 | public interface IGetProcessStartInfoQuery : IQuery<IProcessStartInfoWrapper, ProcessStartInfo> |
---|
| 15 | { |
---|
| 16 | } |
---|
| 17 | } |
---|
Note: See
TracBrowser
for help on using the repository browser.