Last change
on this file since 14035 was
12762,
checked in by aballeit, 9 years ago
|
#2283 GUI updates, Tree-chart, MCTS Version 2 (prune leaves)
|
File size:
315 bytes
|
Line | |
---|
1 | using System;
|
---|
2 | using System.Xml;
|
---|
3 |
|
---|
4 | namespace SharpVectors.Dom
|
---|
5 | {
|
---|
6 | /// <summary>
|
---|
7 | /// Summary description for DomImplementation.
|
---|
8 | /// </summary>
|
---|
9 | public class DomImplementation
|
---|
10 | : XmlImplementation
|
---|
11 | {
|
---|
12 | #region Constructors
|
---|
13 |
|
---|
14 | public DomImplementation()
|
---|
15 | : base()
|
---|
16 | {
|
---|
17 | }
|
---|
18 |
|
---|
19 | #endregion
|
---|
20 | }
|
---|
21 | }
|
---|
Note: See
TracBrowser
for help on using the repository browser.