예제 #1
0
파일: MainForm.cs 프로젝트: wifigeek/ohNet
 public MainForm(DeviceGrapher aDeviceGrapher)
 {
     iDeviceGrapher = aDeviceGrapher;
     iContextMenu = new ContextMenuStrip();
     iDeviceGrapher.ContextMenu = iContextMenu;
     InitializeComponent();
 }