コード例 #1
0
 // DXCore-generated code...
 #region Initialize
 protected override void Initialize()
 {
   base.Initialize();
   Disposed += (sender, e) =>
     {
       if ( _testBeacon != null )
       {
         _testBeacon.Dispose();
         _testBeacon = null;
       }
     };
   _testBeacon = new DevExpress.CodeRush.PlugInCore.GdiLocatorBeacon();
 }
コード例 #2
0
 // DXCore-generated code...
 #region Initialize
 protected override void Initialize()
 {
     base.Initialize();
     Disposed += (sender, e) =>
     {
         if (_testBeacon != null)
         {
             _testBeacon.Dispose();
             _testBeacon = null;
         }
     };
     _testBeacon = new DevExpress.CodeRush.PlugInCore.GdiLocatorBeacon();
 }