예제 #1
0
 public static IFrameworkAdapter GetWinAdapter(this IFramework framework)
 {
     return((IFrameworkAdapter)framework.GetRealAdapter());
 }