// Token: 0x0600003B RID: 59 RVA: 0x00003868 File Offset: 0x00001A68 public Class5(MetroSetLabel metroSetLabel_1) { this.metroSetLabel_0 = metroSetLabel_1; this.method_1("Not connected", 0); ThreadStart start = new ThreadStart(this.method_0); this.thread_0 = new Thread(start); this.thread_0.Start(); }
public MainForm() { InitializeComponent(); LbllblSavePath = this.lblSavePath; }
public MetroSetLabelActionList(IComponent component) : base(component) { metroSetLabel = (MetroSetLabel)component; }