C# sample code To suppress the warning CS0649 that appears when building
the ICubeSDKSample project, add the following line to the beginning of ICube.cs.
#pragma warning disable CS0649
C# sample code To suppress the warning CS0649 that appears when building
the ICubeSDKSample project, add the following line to the beginning of ICube.cs.
#pragma warning disable CS0649