Ejemplo n.º 1
0
 public static ChromeNotification ForSubChannelId(this ChromeNotification n, ChromeNotificationSubChannel subChannel)
 {
     n.SubChannelId = subChannel;
     return(n);
 }
Ejemplo n.º 2
0
		public static ChromeNotification ForSubChannelId(this ChromeNotification n, ChromeNotificationSubChannel subChannel)
		{
			n.SubChannelId = subChannel;
			return n;
		}