comparison Examples/Cpp/Examples.Cpp.h @ 0:f990fcb411a9

Копия текущей версии из github
author cin
date Thu, 27 Mar 2014 21:46:09 +0400
parents
children
comparison
equal deleted inserted replaced
-1:000000000000 0:f990fcb411a9
1 // Examples.Cpp.h
2
3 #pragma once
4
5 using namespace System;
6
7 namespace ExamplesCpp {
8
9 public ref class Class1
10 {
11 // TODO: Add your methods for this class here.
12 };
13 }