Ejemplo n.º 1
0
 public ChatWindowView(ChatWindowController chatWindowController)
 {
     _chatWindowController = chatWindowController;
     m_chatWindowStyle     = chatWindowController.ParentController.chatWindowStyle;
 }
Ejemplo n.º 2
0
 public ChatWindowView(ChatWindowController chatWindowController)
 {
     _chatWindowController = chatWindowController;
     m_chatWindowStyle= chatWindowController.ParentController.chatWindowStyle;
 }