C# Class Sanderling.Interface.MemoryStruct.WindowChatChannel

Inheritance: Window
Exibir arquivo Open project: Arcitectus/Sanderling

Public Properties

Property Type Description
MessageView IListViewAndControl
ParticipantView IListViewAndControl

Public Methods

Method Description
WindowChatChannel ( ) : System.Collections.Generic
WindowChatChannel ( IWindow window ) : System.Collections.Generic

Method Details

WindowChatChannel() public method

public WindowChatChannel ( ) : System.Collections.Generic
return System.Collections.Generic

WindowChatChannel() public method

public WindowChatChannel ( IWindow window ) : System.Collections.Generic
window IWindow
return System.Collections.Generic

Property Details

MessageView public_oe property

public IListViewAndControl MessageView
return IListViewAndControl

ParticipantView public_oe property

public IListViewAndControl ParticipantView
return IListViewAndControl