コード例 #1
0
ファイル: EditorDialog.cs プロジェクト: formist/LinkMe
 public bool CanDisplay(Type type)
 {
     return(CurrentEditor == null ? false : CurrentEditor.CanDisplay(type));
 }