メインメニューを開く

差分

Xamarin.MacのNSTableViewでNSTableViewSourceを使う

157 バイト追加, 2015年3月23日 (月) 06:44
<source lang="csharp">
using System;
using System.Collections;
using System.Collections.Generic;
using System.Reflection;
 
using Foundation;
using AppKit;
 
public class StudyTableViewSource : NSTableViewSource, IList<Study>
{
匿名利用者