Replaced tabs with spaces.
This commit is contained in:
parent
4847646cc8
commit
2e345ed6c8
10 changed files with 24 additions and 25 deletions
|
@ -294,7 +294,7 @@ namespace OpenTK.Graphics
|
||||||
/// string Filter = "FirstName = 'Ton'"
|
/// string Filter = "FirstName = 'Ton'"
|
||||||
/// MethodInfo mi = typeof(Person).GetMethod("GetAll");
|
/// MethodInfo mi = typeof(Person).GetMethod("GetAll");
|
||||||
/// snoei.net.Reflection.FastInvoker.FastInvokeHandler fi = snoei.net.Reflection.FastInvoker.GetMethodInvoker( mi );
|
/// snoei.net.Reflection.FastInvoker.FastInvokeHandler fi = snoei.net.Reflection.FastInvoker.GetMethodInvoker( mi );
|
||||||
/// return fi.Invoke( Person, new object[]{Filter} );
|
// return fi.Invoke( Person, new object[]{Filter} );
|
||||||
/// //Calls Person.GetAll(string Filter);
|
/// //Calls Person.GetAll(string Filter);
|
||||||
/// </example>
|
/// </example>
|
||||||
/// </summary>
|
/// </summary>
|
||||||
|
|
|
@ -3,7 +3,7 @@
|
||||||
* See license.txt for license info
|
* See license.txt for license info
|
||||||
*
|
*
|
||||||
* Date: 12/8/2007
|
* Date: 12/8/2007
|
||||||
* Time: 6:43 ìì
|
* Time: 6:43 <EFBFBD><EFBFBD>
|
||||||
*/
|
*/
|
||||||
#endregion
|
#endregion
|
||||||
|
|
||||||
|
|
|
@ -170,7 +170,6 @@ namespace OpenTK.Platform.Windows
|
||||||
"Failed to make context {0} current. Error: {1}", this, Marshal.GetLastWin32Error()));
|
"Failed to make context {0} current. Error: {1}", this, Marshal.GetLastWin32Error()));
|
||||||
|
|
||||||
}
|
}
|
||||||
|
|
||||||
#endregion
|
#endregion
|
||||||
|
|
||||||
#region public bool IsCurrent
|
#region public bool IsCurrent
|
||||||
|
|
Loading…
Reference in a new issue