コード例 #1
0
ファイル: SchemaObject.cs プロジェクト: calc33/PgTools
 protected internal void OnCommentChanged(CommentChangedEventArgs e)
 {
     OnPropertyChanged("CommentText");
 }
コード例 #2
0
ファイル: SchemaObject.cs プロジェクト: calc33/PgTools
 void ICommentable.OnCommentChanged(CommentChangedEventArgs e)
 {
     OnPropertyChanged("CommentText");
 }