예제 #1
0
 public ProcessIcon(Window window) {
     ni = new NotifyIcon();
     this.window = window;
 }
예제 #2
0
 public ContextMenus(Window window) {
     this.window = window;
 }