public void Refresh(CompilerMessage obj) { var target = this; var source = obj; target.Message = source.Message; target.Hint = source.Hint; }
public CompilerMessageViewModel(CompilerMessage obj) { Refresh(obj); }