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'"
|
||||
/// MethodInfo mi = typeof(Person).GetMethod("GetAll");
|
||||
/// 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);
|
||||
/// </example>
|
||||
/// </summary>
|
||||
|
|
|
@ -3,7 +3,7 @@
|
|||
* See license.txt for license info
|
||||
*
|
||||
* Date: 12/8/2007
|
||||
* Time: 6:43 ìì
|
||||
* Time: 6:43 <EFBFBD><EFBFBD>
|
||||
*/
|
||||
#endregion
|
||||
|
||||
|
|
|
@ -170,7 +170,6 @@ namespace OpenTK.Platform.Windows
|
|||
"Failed to make context {0} current. Error: {1}", this, Marshal.GetLastWin32Error()));
|
||||
|
||||
}
|
||||
|
||||
#endregion
|
||||
|
||||
#region public bool IsCurrent
|
||||
|
|
Loading…
Reference in a new issue