コード例 #1
0
 public static IFrame GetEditorMainFrame([NotNull] this IWorkingContext workingContext)
 {
     return(workingContext.GetFrame("EditorMainFrame"));
 }