Пример #1
0
 public static bool is_MyView_Stk_Type(object obj)
 {
     try{ MyView_Stk o = (MyView_Stk)obj;  return(true); }
     catch { } // drop through and return false. This is a very rare code example of an exception that's not fatal
     return(false);
 }
Пример #2
0
 public static System.Windows.Forms.Control GetPhysicalView(MyView_Stk obj, int where_from)
 {
     return(obj._theVIEW);
Пример #3
0
 public static AppKit.NSView GetPhysicalView(MyView_Stk obj, int where_from)
 {
     return(obj._myScrollView);
 #endif
 }
Пример #4
0
 public static Xamarin.Forms.View GetPhysicalView(MyView_Stk obj, int where_from)
 {
     return(obj._myScrollView);