blob: f67d16dd9f4e901239ca452c4dcb5d1bcc71fe69 (
plain)
1
2
3
4
5
6
7
8
<using System;
using System.Collections.Generic;
using System.Linq;
using System.Text;
using System.Threading.Tasks;
namespace Tango.CodeGeneration
{
public class ObservablesStaticCollectionsFile : Class
{
}
}
|