Exemple #1
0
 public void Clear()
 {
     Type  = ShortCut_Types.NULL;
     ID    = 0;
     Level = 0;
     c     = 0;
 }
Exemple #2
0
		public void Clear()
		{
			Type = ShortCut_Types.NULL;
			ID = 0;
			Level = 0;
			c = 0;
		}
Exemple #3
0
        public uint c = 0;//byte

        public ShortCut()
        {
            Type  = ShortCut_Types.NULL;
            ID    = 0;
            Level = 0;
            c     = 0;
        }
Exemple #4
0
        public uint c = 0;//byte

		public ShortCut()
		{
			Type = ShortCut_Types.NULL;
			ID = 0;
			Level = 0;
			c = 0;
		}