Skip to content

Instantly share code, notes, and snippets.

View swisstackle's full-sized avatar

Alain Schaerer swisstackle

View GitHub Profile
@swisstackle
swisstackle / Self.cs
Created December 19, 2023 15:19
Self sorting cells.
using System;
namespace CellviewAlgos
{
public class Cell
{
public string Name { get; set; }
public int Value { get; set; }