Пример #1
0
 public static void SetPropertyEx(this INiWindowFrame self, NiFrameProperty property, object value)
 {
     SetPropertyEx(self, (int)property, value);
 }
Пример #2
0
 public static void SetPropertyEx(this INiWindowFrame self, NiFrameProperty property, object value)
 {
     SetPropertyEx(self, (int)property, value);
 }
Пример #3
0
 public static object GetPropertyEx(this INiWindowFrame self, NiFrameProperty property)
 {
     return GetPropertyEx(self, (int)property);
 }
Пример #4
0
 public static object GetPropertyEx(this INiWindowFrame self, NiFrameProperty property)
 {
     return(GetPropertyEx(self, (int)property));
 }