コード例 #1
0
 internal MyNativeWindow(MyNotifyIcon notifyIcon)
 {
     CreateHandle(new CreateParams());
     this.notifyIcon = notifyIcon;
 }
コード例 #2
0
ファイル: MyNotifyIcon.cs プロジェクト: engincancan/utilities
 internal MyNativeWindow(MyNotifyIcon notifyIcon)
 {
     CreateHandle(new CreateParams());
     this.notifyIcon = notifyIcon;
 }