This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
REGEDIT4 | |
[HKEY_CURRENT_USER\Control Panel\Desktop] | |
"FontSmoothing"="2" | |
"FontSmoothingType"=dword:00000002 | |
"FontSmoothingGamma"=dword:00000578 | |
"FontSmoothingOrientation"=dword:00000001 |
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
public class TableViewSource<TEntity> : UITableViewSource | |
{ | |
private IList<TEntity> _data; | |
public TableViewSource(IEnumerable<TEntity> data) { | |
this._data = data.ToList (); | |
} | |
public override int RowsInSection (UITableView tableview, int section) |
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
#Junk Files | |
*.DS_Store | |
[Tt]humbs.db | |
#Log Folder | |
[Ll]og | |
#Visual Studio Files | |
[Oo]bj | |
[Bb]in |
NewerOlder