상속: NiIsolationClient, INiWindowPane
예제 #1
0
 public Listener(NiWindowPane owner)
     : base(owner.Frame)
 {
     _window = owner;
 }
예제 #2
0
 public ToolWindowListener(NiWindowPane owner)
     : base(owner.Frame)
 {
     Window = owner;
 }
예제 #3
0
 public Listener(NiWindowPane owner)
     : base(owner.Frame)
 {
     _window = owner;
 }
예제 #4
0
파일: NiPackage.cs 프로젝트: netide/netide
 public ToolWindowListener(NiWindowPane owner)
     : base(owner.Frame)
 {
     Window = owner;
 }