namespace DatabaseExport { /// /// GUI wrapper for template channels ... it contains a testobjecttemplatechannel /// public class TemplateChannelUI { private TestObjectTemplateChannel _channel; public TemplateChannelUI(TestObjectTemplateChannel channel) { _channel = channel; } } }