VSTalk.Engine.ViewModel.Messenger.ThreadRenderer.Model.ConversationModel.ConversationModel C# (CSharp) 메소드

ConversationModel() 공개 메소드

public ConversationModel ( System.Windows.Documents.FlowDocument document ) : System.Collections.Generic
document System.Windows.Documents.FlowDocument
리턴 System.Collections.Generic
        public ConversationModel(FlowDocument document)
        {
            Document = document;
        }