Sandkassa2: Difference between revisions
Jump to navigation
Jump to search
No edit summary |
No edit summary |
||
| Line 32: | Line 32: | ||
</syntaxhighlight> | </syntaxhighlight> | ||
=== Tabell-test === | |||
{| class="wikitable" | {| class="wikitable" | ||
|+Denne tabellen | |+Denne tabellen | ||
Revision as of 10:18, 4 August 2022
Tester syntaxhighlight....
from osgeo import gdal
def start():
hei = 'ok'
Her prøver vi noe annet.
using System;
using System.Globalization;
using System.Windows.Data;
using TPG.GDK.Windows.Common;
namespace MariaGDKTester
{
public class ColorConverter : IValueConverter
{
public object Convert(object value, Type targetType, object parameter, CultureInfo culture)
{
var cColor = (TPG.GDK.CommonCore.Primitives.Color)value;
return Utils.ToWinColor(cColor);
}
public object ConvertBack(object value, Type targetType, object parameter, CultureInfo culture)
{
var wColor = (System.Windows.Media.Color)value;
return Utils.FromWinColor(wColor);
}
}
}
Tabell-test
| H1 | H2 | H3 | HX |
|---|---|---|---|
| v | |||
| v | |||
| v |