コード例 #1
0
ファイル: MainForm.cs プロジェクト: wifigeek/ohNet
 public MainForm(DeviceGrapher aDeviceGrapher)
 {
     iDeviceGrapher = aDeviceGrapher;
     iContextMenu = new ContextMenuStrip();
     iDeviceGrapher.ContextMenu = iContextMenu;
     InitializeComponent();
 }