14 lines
226 B
C#
14 lines
226 B
C#
|
using System;
|
||
|
using System.Collections.Generic;
|
||
|
using System.Drawing;
|
||
|
using System.Linq;
|
||
|
using System.Windows.Forms;
|
||
|
using Microsoft.Ink;
|
||
|
|
||
|
namespace DualScreenDemo
|
||
|
{
|
||
|
public partial class PrimaryForm
|
||
|
{
|
||
|
|
||
|
}
|
||
|
}
|