コード例 #1
0
        public void Refresh(CompilerMessage obj)
        {
            var target = this;
            var source = obj;

            target.Message = source.Message;
            target.Hint    = source.Hint;
        }
コード例 #2
0
 public CompilerMessageViewModel(CompilerMessage obj)
 {
     Refresh(obj);
 }