コード例 #1
0
 public BcfInstanceViewModel(BcfInstance instance)
 {
     _instance = instance;
     if (_instance != null)
     {
         TopicTitle         = instance.Markup.Topic.Title;
         TopicReferenceLink = instance.Markup.Topic.ReferenceLink;
     }
     GoCam   = new GoCamera(this);
     _addCmt = new AddCommentCommand(this);
 }
コード例 #2
0
 public BcfInstanceViewModel(BcfInstance instance)
 {
     _instance = instance;
     if (_instance != null)
     {
         TopicTitle = instance.Markup.Topic.Title;
         TopicReferenceLink = instance.Markup.Topic.ReferenceLink;
     }
     GoCam = new GoCamera(this);
     _addCmt = new AddCommentCommand(this);
 }