void ReleaseDesignerOutlets()
        {
            if (ConnectionList != null)
            {
                ConnectionList.Dispose();
                ConnectionList = null;
            }

            if (PropertyDropdown != null)
            {
                PropertyDropdown.Dispose();
                PropertyDropdown = null;
            }
        }
Beispiel #2
0
 public static void Dispose()
 {
     ConnectionList?.Dispose();
 }